mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Removed old friends bar
This commit is contained in:
		@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user