Display chat box minimized on default

Currently it slides in if you login. with time it is annoying
This commit is contained in:
Lukas Matt 2014-11-21 21:53:25 +01:00
parent 827b68fe63
commit 5fee67e5e7

View file

@ -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, ''),