mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
[docs] remove useless TODO mark
This commit is contained in:
parent
5feabd4634
commit
56adbb4e1d
1 changed files with 0 additions and 1 deletions
|
|
@ -222,7 +222,6 @@ GroupList = {
|
|||
UserList.update(gid === '_everyone' ? '' : gid);
|
||||
$userGroupList.find('li').removeClass('active');
|
||||
if (gid !== undefined) {
|
||||
//TODO: treat Everyone properly
|
||||
GroupList.getGroupLI(gid).addClass('active');
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue