more left over code removed
This commit is contained in:
parent
25bb8cf382
commit
47fd1c5228
|
@ -13,7 +13,6 @@ Discourse.ListController = Discourse.Controller.extend({
|
|||
needs: ['composer', 'modal', 'listTopics'],
|
||||
|
||||
availableNavItems: function() {
|
||||
var summary = this.get('filterSummary');
|
||||
var loggedOn = !!Discourse.User.current();
|
||||
|
||||
return Discourse.SiteSettings.top_menu.split("|").map(function(i) {
|
||||
|
|
Loading…
Reference in New Issue