From 5ab212a57ce299d421c168b03eed73c8bb938a7d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Jun 2023 00:43:56 +0200 Subject: chat almost works too --- client-web/source/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client-web/source/index.ts') diff --git a/client-web/source/index.ts b/client-web/source/index.ts index 859329a..2ec6a1c 100644 --- a/client-web/source/index.ts +++ b/client-web/source/index.ts @@ -6,7 +6,7 @@ /// import { init_serviceworker } from "./sw/client.ts"; -import { ediv, enav } from "./helper.ts"; +import { ediv } from "./helper.ts"; import { setup_keybinds } from "./keybinds.ts"; import { log, LOGGER_CONTAINER } from "./logger.ts" import { load_params, PREFS } from "./preferences/mod.ts"; @@ -83,7 +83,7 @@ export async function main() { setup_keybinds(r) r.on_ready = () => { - const sud = enav({ class: "side-ui" }) + const sud = ediv({ class: "side-ui" }) const center = ediv({ class: "main" }, r.element, info_br(), sud) document.body.append(center, control_bar(r, sud)) } -- cgit v1.2.3-70-g09d2