mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Made authenticated user button lives
This commit is contained in:
@ -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);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user