mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-12-25 02:18:51 +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
|
//Change avatar url
|
||||||
userimage.src = userInfos.accountImage;
|
userimage.src = userInfos.accountImage;
|
||||||
|
|
||||||
|
userlinkelement.onclick = function(){
|
||||||
|
openUserPage(userIDorPath(userInfos));
|
||||||
|
}
|
||||||
|
|
||||||
}), true);
|
}), true);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user