Upgraded openUserPage function

This commit is contained in:
Pierre HUBERT
2018-07-14 14:18:21 +02:00
parent 665cbb8374
commit 51c248e463
10 changed files with 22 additions and 9 deletions

View File

@ -153,7 +153,7 @@ ComunicWeb.components.searchForm = {
//Make user link element live
userLinkElement.onclick = function() {
ComunicWeb.components.searchForm.close();
openUserPage(userIDorPath(userInfos));
openUserPage(userInfos);
}
},