Merge pull request #5408 from Zauberstuhl/show_roster_minimized

Display chat box minimized on default
This commit is contained in:
Jonne Haß 2014-11-22 18:58:16 +01:00
commit 32c5508f3d

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