[docs] remove useless TODO mark

pull/5341/head
m4dz 9 years ago
parent 5feabd4634
commit 56adbb4e1d
  1. 1
      settings/js/users/groups.js

@ -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…
Cancel
Save