forked from spacebar/SplatNet
ffs how did this slip by- remove force loading indicator to disappear from stages
This commit is contained in:
parent
8c91e4b518
commit
e45c12cf45
1 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue