mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Login state automaticaly refreshed
This commit is contained in:
parent
ef93399d92
commit
84d53310dd
@ -51,6 +51,13 @@ ComunicWeb.common.system = {
|
||||
*/
|
||||
ComunicWeb.user.userLogin.refreshLoginState(afterLoginRefresh);
|
||||
|
||||
/**
|
||||
* Automaticaly refresh login state
|
||||
*/
|
||||
var autoRefresh = setInterval((function(){
|
||||
ComunicWeb.user.userLogin.refreshLoginState();
|
||||
}), 15000);
|
||||
|
||||
//Sucess
|
||||
return true;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user