ffs how did this slip by- remove force loading indicator to disappear from stages

This commit is contained in:
kittentm 2026-02-21 06:26:55 +01:00
commit e45c12cf45

View file

@ -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));
</script>