mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
[fix] Highlight 'everyone' group by default
This commit is contained in:
parent
08702cbaba
commit
5feabd4634
1 changed files with 3 additions and 0 deletions
|
|
@ -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');
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue