Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
479d6570
Commit
479d6570
authored
Jan 29, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #999
parent
852e9b5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGES.md
CHANGES.md
+1
-0
src/converse-muc.js
src/converse-muc.js
+1
-1
No files found.
CHANGES.md
View file @
479d6570
...
...
@@ -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
...
...
src/converse-muc.js
View file @
479d6570
...
...
@@ -435,7 +435,7 @@
'
click .new-msgs-indicator
'
:
'
viewUnreadMessages
'
,
'
click .occupant
'
:
'
onOccupantClicked
'
,
'
keypress .chat-textarea
'
:
'
keyPressed
'
,
'
click .send-button
'
:
'
on
SendButtonClick
ed
'
'
click .send-button
'
:
'
on
FormSubmitt
ed
'
},
initialize
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment