mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Pause conversation feature development
This commit is contained in:
		@@ -77,18 +77,18 @@ ComunicWeb.components.menuBar.authenticated = {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		//Add conversations link
 | 
							//Add conversations link
 | 
				
			||||||
		var conversationsButton = createElem2({
 | 
							// var conversationsButton = createElem2({
 | 
				
			||||||
			appendTo: dropdownContent,
 | 
							// 	appendTo: dropdownContent,
 | 
				
			||||||
			type: "li"
 | 
							// 	type: "li"
 | 
				
			||||||
		});
 | 
							// });
 | 
				
			||||||
		var conversationsLink = createElem2({
 | 
							// var conversationsLink = createElem2({
 | 
				
			||||||
			appendTo: conversationsButton,
 | 
							// 	appendTo: conversationsButton,
 | 
				
			||||||
			type: "a",
 | 
							// 	type: "a",
 | 
				
			||||||
			innerHTML: "Conversations"
 | 
							// 	innerHTML: "Conversations"
 | 
				
			||||||
		});
 | 
							// });
 | 
				
			||||||
		conversationsButton.onclick = function(){
 | 
							// conversationsButton.onclick = function(){
 | 
				
			||||||
			openPage("conversations");
 | 
							// 	openPage("conversations");
 | 
				
			||||||
		};
 | 
							// };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		//Add settings link
 | 
							//Add settings link
 | 
				
			||||||
		var settingsButton = createElem2({
 | 
							var settingsButton = createElem2({
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user