updated uh... something

This commit is contained in:
2025-01-06 00:44:38 +01:00
parent b208a90fa0
commit 4271c1f334
4 changed files with 20 additions and 2 deletions
+1
View File
@@ -49,6 +49,7 @@ function removeLoadingScreen() {
setTimeout(function() {
loadingScreenEl.style.left = "100vw"
loadingScreenEl.style.pointerEvents = "none"
document.getElementById("loadingCornerText").remove()
newTip()
}, fadeOutDur * 1000)