mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Fix issue that prevented to open user page when clicking on his name on sidebar
This commit is contained in:
		@@ -57,7 +57,7 @@ ComunicWeb.components.sideBar.main = {
 | 
			
		||||
						type: "p",
 | 
			
		||||
						class: "cursor-pointer",
 | 
			
		||||
						innerHTML: userFullName(info),
 | 
			
		||||
						onclick: () => userIDorPath(info),
 | 
			
		||||
						onclick: () => openUserPage(info),
 | 
			
		||||
					}),
 | 
			
		||||
 | 
			
		||||
					createElem2({
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user