diff --git a/public/src/ajaxify.js b/public/src/ajaxify.js index c18922485b..14b2ab0ad1 100644 --- a/public/src/ajaxify.js +++ b/public/src/ajaxify.js @@ -424,6 +424,4 @@ $(document).ready(function () { // Progressive Enhancement, ajaxify available only to modern browsers ajaxifyAnchors(); } - - app.load(); }); diff --git a/public/src/client/footer.js b/public/src/client/footer.js index 7dcdade78b..872104976b 100644 --- a/public/src/client/footer.js +++ b/public/src/client/footer.js @@ -98,4 +98,5 @@ define('forum/footer', ['notifications', 'chat', 'components', 'translator'], fu socket.on('event:unread.updateChatCount', updateUnreadChatCount); initUnreadTopics(); + app.load(); });