[fix] Highlight 'everyone' group by default

This commit is contained in:
m4dz 2017-06-12 10:13:52 +02:00
parent 08702cbaba
commit 5feabd4634
1 changed files with 3 additions and 0 deletions

View File

@ -380,4 +380,7 @@ $(document).ready( function () {
$('#newgroupname').on('input', function(){
GroupList.handleAddGroupInput(this.value);
});
// highlight `everyone` group at DOMReady by default
GroupList.showGroup('_everyone');
});