fix game
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 8m13s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 8m13s
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user