From e45c12cf45967d32c58a9516e27b0a7a2a99195a Mon Sep 17 00:00:00 2001 From: KittenTM Date: Sat, 21 Feb 2026 06:26:55 +0100 Subject: [PATCH] ffs how did this slip by- remove force loading indicator to disappear from stages --- stages/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/stages/index.html b/stages/index.html index 77970eb..85bc953 100644 --- a/stages/index.html +++ b/stages/index.html @@ -99,8 +99,6 @@ fetch("../header.html") }); } - const overlay = document.getElementById("loading-overlay"); - if (overlay) overlay.style.display = "none"; }) .catch(err => console.error("Failed to load header:", err));