Merge pull request #5083 from pichalite/patch-1

remove reference to undefined function in chats module
v1.18.x
Barış Soner Uşaklı 9 years ago committed by GitHub
commit ed0c2e9402

@ -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);

Loading…
Cancel
Save