its 1:20am i forgor what i did

This commit is contained in:
2025-01-19 01:19:34 +01:00
parent 86f7f1c66d
commit 46575bf30d
4 changed files with 48 additions and 13 deletions
+2 -2
View File
@@ -153,8 +153,8 @@ document.addEventListener("DOMContentLoaded", async function() {
onLoadNavBar()
switch (CURRENT_PAGE) {
case (PAGES.SYNTHWAVE): loadingScreenSynthwave()
case (PAGES.LICENSE): onLoadLicense()
case (PAGES.SYNTHWAVE): loadingScreenSynthwave(); break
case (PAGES.LICENSE): onLoadLicense(); break
}
pauseAnimBtn(localStorage["isAnimating"] || "true")