mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Sidebar button works
This commit is contained in:
		@@ -534,7 +534,7 @@ ComunicWeb.components.sideBar.main = {
 | 
				
			|||||||
		let a = createElem2({
 | 
							let a = createElem2({
 | 
				
			||||||
			appendTo: li,
 | 
								appendTo: li,
 | 
				
			||||||
			type: "a",
 | 
								type: "a",
 | 
				
			||||||
			onclick: () => alert("implement me")  // TODO implement
 | 
								onclick: () => openConversation(conv.ID, true)
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		// Icon
 | 
							// Icon
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user