mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-25 21:39:21 +00:00
Fix issue that prevented to open user page when clicking on his name on sidebar
This commit is contained in:
parent
cd8280ae01
commit
cd24434414
@ -57,7 +57,7 @@ ComunicWeb.components.sideBar.main = {
|
|||||||
type: "p",
|
type: "p",
|
||||||
class: "cursor-pointer",
|
class: "cursor-pointer",
|
||||||
innerHTML: userFullName(info),
|
innerHTML: userFullName(info),
|
||||||
onclick: () => userIDorPath(info),
|
onclick: () => openUserPage(info),
|
||||||
}),
|
}),
|
||||||
|
|
||||||
createElem2({
|
createElem2({
|
||||||
|
Loading…
Reference in New Issue
Block a user