Sidebar button works

This commit is contained in:
Pierre HUBERT 2020-04-09 08:58:41 +02:00
parent 20cd132e90
commit efa42b0922

View File

@ -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