From cfacc4f133aa00ffcf62eba81b328e32118e8cf1 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 12 Oct 2017 17:01:01 -0400 Subject: [PATCH] potential fix for #5980 --- public/src/ajaxify.js | 2 -- public/src/client/footer.js | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) 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(); });