[docs] remove useless TODO mark
This commit is contained in:
parent
5feabd4634
commit
56adbb4e1d
|
@ -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 New Issue