mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
lint :rage2: @Psychobunny
This commit is contained in:
@@ -28,7 +28,7 @@ define('forum/chats', [
|
|||||||
Chats.createTagsInput($('[component="chat/messages"] .users-tag-input'), ajaxify.data);
|
Chats.createTagsInput($('[component="chat/messages"] .users-tag-input'), ajaxify.data);
|
||||||
Chats.createAutoComplete($('[component="chat/input"]'));
|
Chats.createAutoComplete($('[component="chat/input"]'));
|
||||||
|
|
||||||
components.get('expanded-chat/controlsToggle').on('click', function() {
|
components.get('expanded-chat/controlsToggle').on('click', function () {
|
||||||
components.get('expanded-chat/controls').toggleClass('hide');
|
components.get('expanded-chat/controls').toggleClass('hide');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user