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;