This commit is contained in:
Baris Soner Usakli
2014-02-12 12:46:56 -05:00
parent d0100176ef
commit c703dba3dd
2 changed files with 3 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ define(['taskbar', 'string'], function(taskbar, S) {
chatModal.find('#chat-with-name').html(username);
chatModal.find('.close').on('click', function(e) {
chatModal.find('#chat-close-btn').on('click', function(e) {
clearInterval(chatModal.intervalId);
chatModal.intervalId = 0;
chatModal.remove();