Created conversations service file

This commit is contained in:
Pierre
2017-06-24 15:07:23 +02:00
parent 7033e22dbe
commit 0b0f91275a
5 changed files with 45 additions and 3 deletions

View File

@ -71,7 +71,7 @@ ComunicWeb.common.system = {
*/
var autoRefresh = setInterval((function(){
ComunicWeb.user.userLogin.refreshLoginState();
}), 20000);
}), 25000);
ComunicWeb.common.cacheManager.registerInterval(autoRefresh);
//Success

View File

@ -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