mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 05:49:22 +00:00
Remove deprecated interval
This commit is contained in:
parent
45b2bcda9c
commit
7b20cd9666
@ -92,15 +92,6 @@ ComunicWeb.common.system = {
|
|||||||
*/
|
*/
|
||||||
ComunicWeb.user.userLogin.refreshLoginState(afterLoginRefresh);
|
ComunicWeb.user.userLogin.refreshLoginState(afterLoginRefresh);
|
||||||
|
|
||||||
/**
|
|
||||||
* Automaticaly refresh login state
|
|
||||||
*/
|
|
||||||
// TODO : remove when websockets are implemented
|
|
||||||
var autoRefresh = setInterval((function(){
|
|
||||||
ComunicWeb.user.userLogin.refreshLoginState();
|
|
||||||
}), 25000);
|
|
||||||
ComunicWeb.common.cacheManager.registerInterval(autoRefresh);
|
|
||||||
|
|
||||||
//Success
|
//Success
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user