equal
deleted
inserted
replaced
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); |