diff --git a/public/src/app.js b/public/src/app.js index 70fe4f5c1a..1fa5f42468 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -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;