includes/clientside/static/login.js
changeset 1002 4d1bb8deee88
parent 1001 79770fb4132a
child 1026 f0431eb8161e
equal deleted inserted replaced
1001:79770fb4132a 1002:4d1bb8deee88
  1264   window.location = loc;
  1264   window.location = loc;
  1265 }
  1265 }
  1266 
  1266 
  1267 window.ajaxDynamicReauth = function(adminpage, level)
  1267 window.ajaxDynamicReauth = function(adminpage, level)
  1268 {
  1268 {
  1269   if ( auth_level < USER_LEVEL_ADMIN )
  1269   if ( auth_level < USER_LEVEL_MEMBER )
  1270   {
  1270   {
  1271     ajaxStartLogin();
  1271     ajaxStartLogin();
  1272     return false;
  1272     return false;
  1273   }
  1273   }
  1274   
  1274