mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
closes #906
This commit is contained in:
@@ -176,11 +176,11 @@ define(['taskbar', 'string'], function(taskbar, S) {
|
||||
module.load = function(uuid) {
|
||||
var chatModal = $('div[UUID="'+uuid+'"]');
|
||||
chatModal.removeClass('hide');
|
||||
module.bringModalToTop(chatModal);
|
||||
checkOnlineStatus(chatModal);
|
||||
taskbar.updateActive(uuid);
|
||||
scrollToBottom(chatModal.find('#chat-content'));
|
||||
module.center(chatModal);
|
||||
module.bringModalToTop(chatModal);
|
||||
}
|
||||
|
||||
module.minimize = function(uuid) {
|
||||
|
||||
Reference in New Issue
Block a user