mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
applied minor suggestion suggested by @damianb in issue #24
closed #88 (regression due to text selection enhancement)
This commit is contained in:
4
app.js
4
app.js
@@ -77,9 +77,7 @@ if (!nconf.get('setup') && nconf.get('base_url')) {
|
||||
'noscript/header', 'noscript/home', 'noscript/category', 'noscript/topic'
|
||||
]);
|
||||
|
||||
templates.ready(function() {
|
||||
webserver.init();
|
||||
});
|
||||
templates.ready(webserver.init);
|
||||
|
||||
//setup scripts to be moved outside of the app in future.
|
||||
function setup_categories() {
|
||||
|
||||
Reference in New Issue
Block a user