From f268bd2087fbfb57b8504becf364a00ddebde075 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 10 Sep 2022 18:22:46 +0200 Subject: notifications for chat --- client-web/source/helper.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client-web/source/helper.ts') diff --git a/client-web/source/helper.ts b/client-web/source/helper.ts index 3c5d0ff..35be473 100644 --- a/client-web/source/helper.ts +++ b/client-web/source/helper.ts @@ -36,6 +36,8 @@ export const eh6 = elem_with_content("h6") export const ediv = elem_with_children("div") export const espan = elem_with_content("span") export const elabel = elem_with_content("label") +export const ebutton = elem_with_content("button") +export const ebr = () => document.createElement("br") export const OVERLAYS = ediv({ class: "overlays" }) -- cgit v1.2.3-70-g09d2