mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-08 05:30:40 +01:00
potential fix for #5980
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user