Friend bar responsive

This commit is contained in:
Pierre
2017-06-03 15:41:04 +02:00
parent 84d53310dd
commit 204a3e7e0d
6 changed files with 136 additions and 29 deletions

View File

@ -409,6 +409,11 @@ var ComunicWeb = {
*/
addDropdown: function(navbarElem){},
/**
* Add user friends toggle button
*/
addFriendListButton: function(navbarElem){},
/**
* Add user name element
*/

View File

@ -56,7 +56,7 @@ ComunicWeb.common.system = {
*/
var autoRefresh = setInterval((function(){
ComunicWeb.user.userLogin.refreshLoginState();
}), 15000);
}), 20000);
//Sucess
return true;