mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +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