Fixes #999
This commit is contained in:
parent
852e9b5c85
commit
479d657001
@ -9,6 +9,7 @@
|
|||||||
- #993 `moment.format` is not a function error when sending a message.
|
- #993 `moment.format` is not a function error when sending a message.
|
||||||
- #994 TypeError when using the `user.login` API.
|
- #994 TypeError when using the `user.login` API.
|
||||||
- #995 `ChildNode.replaceWith` is not available in Internet Explorer or Safari. Use `Node.replaceChild` instead.
|
- #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.
|
- #1000 Scroll to bottom when maximizing a chat room.
|
||||||
- #1003 Handle bare MUC room JIDs
|
- #1003 Handle bare MUC room JIDs
|
||||||
|
|
||||||
|
@ -435,7 +435,7 @@
|
|||||||
'click .new-msgs-indicator': 'viewUnreadMessages',
|
'click .new-msgs-indicator': 'viewUnreadMessages',
|
||||||
'click .occupant': 'onOccupantClicked',
|
'click .occupant': 'onOccupantClicked',
|
||||||
'keypress .chat-textarea': 'keyPressed',
|
'keypress .chat-textarea': 'keyPressed',
|
||||||
'click .send-button': 'onSendButtonClicked'
|
'click .send-button': 'onFormSubmitted'
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize () {
|
initialize () {
|
||||||
|
Loading…
Reference in New Issue
Block a user