mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
@@ -73,7 +73,6 @@ define('chat', ['taskbar', 'string', 'sounds', 'forum/chats'], function(taskbar,
|
||||
module.appendChatMessage(modal, data.message);
|
||||
|
||||
if (modal.is(":visible")) {
|
||||
module.bringModalToTop(modal);
|
||||
taskbar.updateActive(modal.attr('UUID'));
|
||||
Chats.scrollToBottom(modal.find('#chat-content'));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user