mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
fireEvent reflection socket call, tweaks to Sounds page in ACP
This commit is contained in:
@@ -229,7 +229,6 @@ define(['taskbar', 'string', 'sounds'], function(taskbar, S, sounds) {
|
||||
msg = msg +'\n';
|
||||
socket.emit('modules.chats.send', { touid:chatModal.touid, message:msg});
|
||||
chatModal.find('#chat-message-input').val('');
|
||||
console.log('outgoing');
|
||||
sounds.play('chat-outgoing');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user