mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Fix responsive issue.
This commit is contained in:
@ -160,6 +160,9 @@ ComunicWeb.components.friends.bar = {
|
||||
//Make the link lives
|
||||
friendLink.onclick = function(){
|
||||
openUserPage(userIDorPath(userInfos));
|
||||
|
||||
//For the responsive mode
|
||||
ComunicWeb.components.friends.bar.toggleShowHide();
|
||||
}
|
||||
|
||||
//Add user account image
|
||||
|
Reference in New Issue
Block a user