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