Skip to content

Commit

Permalink
gmefile lock
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed May 30, 2013
1 parent 90167e4 commit f2da06a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Discourse.ListController = Discourse.Controller.extend({
var loggedOn = !!Discourse.User.current();
return Discourse.SiteSettings.top_menu.split("|").map(function(i) {
return Discourse.NavItem.fromText(i, {
loggedOn: loggedOn,
hasCategories: hasCategories
loggedOn: loggedOn
});
}).filter(function(i) {
return i !== null;
Expand Down

0 comments on commit f2da06a

Please sign in to comment.