mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Sidebar button works
This commit is contained in:
parent
20cd132e90
commit
efa42b0922
@ -534,7 +534,7 @@ ComunicWeb.components.sideBar.main = {
|
|||||||
let a = createElem2({
|
let a = createElem2({
|
||||||
appendTo: li,
|
appendTo: li,
|
||||||
type: "a",
|
type: "a",
|
||||||
onclick: () => alert("implement me") // TODO implement
|
onclick: () => openConversation(conv.ID, true)
|
||||||
});
|
});
|
||||||
|
|
||||||
// Icon
|
// Icon
|
||||||
|
Loading…
Reference in New Issue
Block a user