add a client side check

This commit is contained in:
Georg Ehrke 2012-11-28 18:40:58 +01:00
parent 97231e64ba
commit 44dbdd9632
1 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,9 @@ var UserList={
}
if(user){
var checkHandeler=function(group){
if(user==OC.currentUser && group=='admin'){
return false;
}
if(!isadmin && checked.length == 1 && checked[0] == group){
return false;
}