mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Removed old friends bar
This commit is contained in:
parent
d7e732457d
commit
1162ac7b89
@ -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();
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user