remove reference to undefined function

This commit is contained in:
Anil Mandepudi
2016-10-03 16:27:29 -07:00
committed by GitHub
parent aca0a893e7
commit dbbc24fab3

View File

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