1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-15 07:28:10 +00:00

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
assets/js

@ -71,7 +71,7 @@ ComunicWeb.components.posts.ui = {
userName.innerHTML = result.firstName + " " + result.lastName;
userName.onclick = function(){
openUserPage(userIDorPath(result));
openUserPage(result);
}
}
});