mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Friend bar responsive
This commit is contained in:
@ -409,6 +409,11 @@ var ComunicWeb = {
|
||||
*/
|
||||
addDropdown: function(navbarElem){},
|
||||
|
||||
/**
|
||||
* Add user friends toggle button
|
||||
*/
|
||||
addFriendListButton: function(navbarElem){},
|
||||
|
||||
/**
|
||||
* Add user name element
|
||||
*/
|
||||
|
@ -56,7 +56,7 @@ ComunicWeb.common.system = {
|
||||
*/
|
||||
var autoRefresh = setInterval((function(){
|
||||
ComunicWeb.user.userLogin.refreshLoginState();
|
||||
}), 15000);
|
||||
}), 20000);
|
||||
|
||||
//Sucess
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user