This commit is contained in:
JC Brand 2018-01-29 14:59:42 +01:00
parent 852e9b5c85
commit 479d657001
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- #993 `moment.format` is not a function error when sending a message.
- #994 TypeError when using the `user.login` API.
- #995 `ChildNode.replaceWith` is not available in Internet Explorer or Safari. Use `Node.replaceChild` instead.
- #999 MUC Chat Send button causes page reload
- #1000 Scroll to bottom when maximizing a chat room.
- #1003 Handle bare MUC room JIDs

View File

@ -435,7 +435,7 @@
'click .new-msgs-indicator': 'viewUnreadMessages',
'click .occupant': 'onOccupantClicked',
'keypress .chat-textarea': 'keyPressed',
'click .send-button': 'onSendButtonClicked'
'click .send-button': 'onFormSubmitted'
},
initialize () {