From 081913698131f78e2adad83ea7fd757b61bf4793 Mon Sep 17 00:00:00 2001 From: nugroho Date: Wed, 25 Jun 2025 02:13:06 +0700 Subject: [PATCH] loadscreen cover whole main --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9ab8d2a..f3fe019 100644 --- a/index.html +++ b/index.html @@ -223,7 +223,7 @@ nav if (window.shellnavigating) return; window.dispatchEvent(new Event("viewChange")); window.shellnavigating = true; - let id = moly.loadScreen.show("Memuat...","sonar","#content"); + let id = moly.loadScreen.show("Memuat...","sonar","#main"); $('.item[data-active]').removeAttr("data-active"); $(e.target.closest(".item")).attr("data-active",""); let content = e.target.closest(".item").getAttribute("data-path") ? fetch(`/modules/${e.target.closest(".item").getAttribute("data-path")}.html`).then(d => d.text()).catch(e=>{