mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 13:50:36 +01:00
fix requires
This commit is contained in:
@@ -112,7 +112,7 @@ app.cacheBuster = null;
|
||||
* config (obj)
|
||||
* next (string)
|
||||
*/
|
||||
require(['benchpress', 'translator', 'notifications', 'chat'], function (Benchpress, translator, Notifications, Chat) {
|
||||
require(['benchpress', 'translator', 'forum/header/notifications', 'forum/header/chat'], function (Benchpress, translator, Notifications, Chat) {
|
||||
app.user = data.header.user;
|
||||
data.header.config = data.config;
|
||||
config = data.config;
|
||||
|
||||
Reference in New Issue
Block a user