mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
ESlint key-spacing, no-trailing-spaces
This commit is contained in:
@@ -187,17 +187,17 @@ define('chat', [
|
||||
});
|
||||
|
||||
chatModal.draggable({
|
||||
start:function () {
|
||||
start: function () {
|
||||
module.bringModalToTop(chatModal);
|
||||
},
|
||||
stop:function () {
|
||||
stop: function () {
|
||||
chatModal.find('#chat-message-input').focus();
|
||||
},
|
||||
distance: 10,
|
||||
handle: '.modal-header',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
scrollStop.apply(chatModal.find('[component="chat/messages"]'));
|
||||
|
||||
chatModal.find('#chat-close-btn').on('click', function () {
|
||||
|
||||
Reference in New Issue
Block a user