[docs] remove useless TODO mark

This commit is contained in:
m4dz 2017-06-12 11:19:31 +02:00
parent 5feabd4634
commit 56adbb4e1d
1 changed files with 0 additions and 1 deletions

View File

@ -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');
}
},