mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Fix responsive issue.
This commit is contained in:
parent
268753af51
commit
be1be86c20
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user