mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-10-30 17:54:59 +00:00 
			
		
		
		
	Added link action on post owner name
This commit is contained in:
		| @@ -64,6 +64,10 @@ ComunicWeb.components.posts.ui = { | ||||
| 			if(result.firstName){ | ||||
| 				userAccountImage.src = result.accountImage; | ||||
| 				userName.innerHTML = result.firstName + " " + result.lastName; | ||||
|  | ||||
| 				userName.onclick = function(){ | ||||
| 					openUserPage(userIDorPath(result)); | ||||
| 				} | ||||
| 			} | ||||
| 		}); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre
					Pierre