includes/clientside/static/login.js
changeset 883 ac2cef868fa9
parent 843 4415e50e4e84
child 887 cb96d038baff
equal deleted inserted replaced
882:7a10590f58eb 883:ac2cef868fa9
  1205       else if ( typeof(targetpage) == 'function' )
  1205       else if ( typeof(targetpage) == 'function' )
  1206       {
  1206       {
  1207         targetpage();
  1207         targetpage();
  1208       }
  1208       }
  1209     }, level);
  1209     }, level);
  1210   ajaxLoginShowFriendlyError({
  1210   if ( typeof(adminpage) == 'string' )
  1211       error_code: 'admin_session_timed_out',
  1211   {
  1212       respawn_info: {}
  1212     ajaxLoginShowFriendlyError({
  1213   });
  1213         error_code: 'admin_session_timed_out',
       
  1214         respawn_info: {}
       
  1215     });
       
  1216   }
  1214 }
  1217 }
  1215 
  1218 
  1216 window.ajaxRenewSession = function()
  1219 window.ajaxRenewSession = function()
  1217 {
  1220 {
  1218   ajaxDynamicReauth(false);
  1221   ajaxDynamicReauth(false);