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