saimod todo add autofocus, sai reload problem on login-timeout fixed
This commit is contained in:
parent
e3849f9a2e
commit
bab21887c3
@ -45,6 +45,7 @@ function register_newform(){
|
||||
}
|
||||
});
|
||||
})
|
||||
$('#input_message').focus();
|
||||
}
|
||||
|
||||
function load_todo_tab(action){
|
||||
|
||||
@ -22,7 +22,7 @@ class saigui extends \SYSTEM\PAGE\Page {
|
||||
\call_user_func(array($classname, 'right_right')))){
|
||||
return \SYSTEM\API\api::run('\SYSTEM\API\verify', $classname , $pg, 42, true, false);
|
||||
} else {
|
||||
return '<meta http-equiv="refresh" content="5">You are no longer logged in. Page reload in 5sec...';}
|
||||
return '<meta http-equiv="refresh" content="0; url=./sai.php">You are no longer logged in. Page reload in 5sec...';}
|
||||
} else {
|
||||
return \SYSTEM\API\api::run('\SYSTEM\API\verify', '\SYSTEM\SAI\SaiModule', $pg, 42, false, true);}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user