potential fix for #5980

v1.18.x
Julian Lam 7 years ago
parent 9cbf1597cd
commit cfacc4f133

@ -424,6 +424,4 @@ $(document).ready(function () {
// Progressive Enhancement, ajaxify available only to modern browsers
ajaxifyAnchors();
}
app.load();
});

@ -98,4 +98,5 @@ define('forum/footer', ['notifications', 'chat', 'components', 'translator'], fu
socket.on('event:unread.updateChatCount', updateUnreadChatCount);
initUnreadTopics();
app.load();
});

Loading…
Cancel
Save