mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-24 01:48:50 +00:00
Made authenticated user button lives
This commit is contained in:
parent
97fd4e5ce4
commit
5671c259e6
@ -139,6 +139,10 @@ ComunicWeb.components.menuBar.authenticated = {
|
||||
//Change avatar url
|
||||
userimage.src = userInfos.accountImage;
|
||||
|
||||
userlinkelement.onclick = function(){
|
||||
openUserPage(userIDorPath(userInfos));
|
||||
}
|
||||
|
||||
}), true);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user