Private
Public Access
1
0

fix game
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 8m13s

This commit is contained in:
Sebastian Unterschütz
2026-03-21 22:18:48 +01:00
parent f81ec70f96
commit ce092c8366
3 changed files with 34 additions and 5 deletions

View File

@@ -425,7 +425,7 @@ const _loadingQuoteInterval = setInterval(function() {
} else {
clearInterval(_loadingQuoteInterval);
}
}, 4000);
}, 10000);
function showSprueche() {
document.querySelectorAll('.overlay-screen').forEach(el => el.classList.add('hidden'));