mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
closes #3720
This commit is contained in:
@@ -71,12 +71,14 @@ app.cacheBuster = null;
|
||||
}
|
||||
});
|
||||
|
||||
require(['taskbar', 'helpers'], function(taskbar, helpers) {
|
||||
require(['taskbar', 'helpers', 'forum/pagination'], function(taskbar, helpers, pagination) {
|
||||
taskbar.init();
|
||||
|
||||
// templates.js helpers
|
||||
helpers.register();
|
||||
|
||||
pagination.init();
|
||||
|
||||
$(window).trigger('action:app.load');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user