From dbbc24fab302029c08ce701a4eebf0832e2f37c7 Mon Sep 17 00:00:00 2001 From: Anil Mandepudi Date: Mon, 3 Oct 2016 16:27:29 -0700 Subject: [PATCH] remove reference to undefined function --- public/src/modules/chat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/src/modules/chat.js b/public/src/modules/chat.js index 6034eacfb0..a856f3d88c 100644 --- a/public/src/modules/chat.js +++ b/public/src/modules/chat.js @@ -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);