mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 14:35:47 +01:00
#2350 :shipit:
This commit is contained in:
@@ -248,7 +248,6 @@ define('chat', ['taskbar', 'string', 'sounds', 'forum/chats'], function(taskbar,
|
|||||||
if (err) {
|
if (err) {
|
||||||
// Disable the text input
|
// Disable the text input
|
||||||
chatModal.find('input[type="text"]').attr('disabled', true);
|
chatModal.find('input[type="text"]').attr('disabled', true);
|
||||||
console.log('disabling');
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user