mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
closes #1009
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user