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