From 9ae0dd0e28400f3925975e37a83fa58ac6140100 Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 29 Nov 2023 20:03:48 +0100 Subject: [PATCH] bozo --- frontend/static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/js/index.js b/frontend/static/js/index.js index 5158a4f..3011676 100644 --- a/frontend/static/js/index.js +++ b/frontend/static/js/index.js @@ -75,7 +75,7 @@ const router = async (uri = "") => { if (content == null) return 1; - document.querySelector("#app").innerHTML = content + document.querySelector("#app").innerHTML = content await view.postInit(); return 0;