Removed old friends bar

This commit is contained in:
Pierre HUBERT 2019-05-16 18:14:02 +02:00
parent d7e732457d
commit 1162ac7b89
2 changed files with 3 additions and 3 deletions

View File

@ -264,7 +264,7 @@ ComunicWeb.common.page = {
ComunicWeb.components.sideBar.main.show();
//We load friends list (if user is logged in)
ComunicWeb.components.friends.bar.display();
//ComunicWeb.components.friends.bar.display();
//We load conversations manager (login required)
ComunicWeb.components.conversations.manager.display();

View File

@ -99,13 +99,13 @@ ComunicWeb.components.menuBar.authenticated = {
navbarRightElemList.className = "nav navbar-nav";
//Add user name
this.addUserName(navbarRightElemList);
//this.addUserName(navbarRightElemList);
//Alternate latest posts button
this.addAlternateLatestPostsButton(navbarRightElemList);
//Add friends list button
this.addFriendListButton(navbarRightElemList);
//this.addFriendListButton(navbarRightElemList);
//Add notifications dropdown
ComunicWeb.components.notifications.dropdown.display(navbarRightElemList);