mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
remove reference to undefined function
This commit is contained in:
@@ -302,7 +302,6 @@ define('chat', [
|
||||
module.load = function(uuid) {
|
||||
var chatModal = $('div[UUID="' + uuid + '"]');
|
||||
chatModal.removeClass('hide');
|
||||
checkStatus(chatModal);
|
||||
taskbar.updateActive(uuid);
|
||||
ChatsMessages.scrollToBottom(chatModal.find('.chat-content'));
|
||||
module.bringModalToTop(chatModal);
|
||||
|
||||
Reference in New Issue
Block a user