Display chat box minimized on default
Currently it slides in if you login. with time it is annoying
This commit is contained in:
parent
827b68fe63
commit
5fee67e5e7
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ $(document).ready(function() {
|
|||
online: 1,
|
||||
chat: 1
|
||||
},
|
||||
displayRosterMinimized: function() {
|
||||
return true;
|
||||
},
|
||||
xmpp: {
|
||||
url: $('script#jsxc').data('endpoint'),
|
||||
username: jid.replace(/@.*?$/g, ''),
|
||||
|
|
|
|||
Loading…
Reference in a new issue