mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Created conversations service file
This commit is contained in:
@ -71,7 +71,7 @@ ComunicWeb.common.system = {
|
||||
*/
|
||||
var autoRefresh = setInterval((function(){
|
||||
ComunicWeb.user.userLogin.refreshLoginState();
|
||||
}), 20000);
|
||||
}), 25000);
|
||||
ComunicWeb.common.cacheManager.registerInterval(autoRefresh);
|
||||
|
||||
//Success
|
||||
|
@ -266,7 +266,7 @@ function createFormGroup(infos){
|
||||
function checkString(value){
|
||||
|
||||
//First, check string length
|
||||
if(value.length < 5)
|
||||
if(value.length < 3)
|
||||
return false; //Lenght invalid
|
||||
|
||||
//Success, the string seems to be valid
|
||||
|
Reference in New Issue
Block a user