mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
fixed #2670
This commit is contained in:
@@ -18,9 +18,12 @@ define('forum/chats', ['string', 'sounds', 'forum/infinitescroll'], function(S,
|
||||
}
|
||||
|
||||
Chats.addEventListeners();
|
||||
Chats.setActive();
|
||||
|
||||
$(window).on('action:ajaxify.end', function() {
|
||||
Chats.resizeMainWindow();
|
||||
Chats.scrollToBottom(containerEl);
|
||||
Chats.setActive();
|
||||
});
|
||||
|
||||
Chats.initialised = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user