Skip to content

Commit

Permalink
Fix entry count.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-e committed Oct 4, 2013
1 parent d8b3df0 commit 3f1892b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/publishfiltering.publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var PublishTabs = {
});
}

var h2 = jQuery('h2 > span:first');
var h2 = jQuery('#breadcrumbs h2');
h2.after('<span class="publishfiltering inactive">' + count + ' ' + ((count == 1) ? Symphony.Language.get('entry') : Symphony.Language.get('entries')) + '</span>');

},
Expand Down

0 comments on commit 3f1892b

Please sign in to comment.