mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Upgraded openUserPage function
This commit is contained in:
@ -153,7 +153,7 @@ ComunicWeb.components.searchForm = {
|
||||
//Make user link element live
|
||||
userLinkElement.onclick = function() {
|
||||
ComunicWeb.components.searchForm.close();
|
||||
openUserPage(userIDorPath(userInfos));
|
||||
openUserPage(userInfos);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user