mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
allow eviction of computer help for @geek
This commit is contained in:
parent
d00ba60ad3
commit
b35b3da077
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Discourse.Route.buildRoutes(function() {
|
|||
});
|
||||
|
||||
// the homepage is the first item of the 'top_menu' site setting
|
||||
var homepage = PreloadStore.get('siteSettings').top_menu.split("|")[0];
|
||||
var homepage = PreloadStore.get('siteSettings').top_menu.split("|")[0].split(",")[0];
|
||||
this.route(homepage, { path: '/' });
|
||||
|
||||
this.route('categories', { path: '/categories' });
|
||||
|
|
Loading…
Reference in a new issue