mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
allow eviction of computer help for @geek
This commit is contained in:
parent
d00ba60ad3
commit
b35b3da077
@ -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 New Issue
Block a user