test loading scree

main
alexanderroese 2024-07-18 21:30:25 +02:00
parent d54578fc25
commit daf3908ad3
1 changed files with 5 additions and 0 deletions

View File

@ -77,7 +77,12 @@
showLoadingScreen(); showLoadingScreen();
}); });
window.addEventListener("DOMContentLoaded", function() {
console.log("DOMContentLoaded")
})
window.addEventListener("load", function() { window.addEventListener("load", function() {
console.log("load")
hideLoadingScreen(); hideLoadingScreen();
}); });