From c0a75d735b139dd034f8ce2085a5df6310ff2261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sat, 17 Nov 2018 20:56:35 -0500 Subject: [PATCH] fix requires --- public/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;