mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Added link action on post owner name
This commit is contained in:
parent
8429d59c08
commit
1fdb576318
@ -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));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user