fireEvent reflection socket call, tweaks to Sounds page in ACP

This commit is contained in:
Julian Lam
2014-03-17 11:36:30 -04:00
parent 14a0b45ae8
commit 16f1db4f5d
7 changed files with 48 additions and 23 deletions

View File

@@ -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');
}
}