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
8bf8c318
Commit
8bf8c318
authored
Feb 20, 2016
by
JC Brand
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #600 from davec82/master
change xmpp status also on icon-status click
parents
0db447a5
cde205f6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docs/CHANGES.md
docs/CHANGES.md
+1
-0
src/converse-core.js
src/converse-core.js
+1
-1
No files found.
docs/CHANGES.md
View file @
8bf8c318
...
...
@@ -15,6 +15,7 @@
-
#589 Save scroll position on minimize and restore it on maximize [rlanvin]
-
#592 Add random resource for
`auto_login`
, add method generateResource to generate random resource [davec82]
-
#598 Add option
`synchronize_availability`
[davec82]
-
#600 Fix change xmpp status also on icon-status click [davec82]
## 0.10.1 (2016-02-06)
...
...
src/converse-core.js
View file @
8bf8c318
...
...
@@ -3813,7 +3813,7 @@
setStatus
:
function
(
ev
)
{
ev
.
preventDefault
();
var
$el
=
$
(
ev
.
t
arget
),
var
$el
=
$
(
ev
.
currentT
arget
),
value
=
$el
.
attr
(
'
data-value
'
);
if
(
value
===
'
logout
'
)
{
this
.
$el
.
find
(
"
.dropdown dd ul
"
).
hide
();
...
...
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