test loading scree
parent
d54578fc25
commit
daf3908ad3
|
@ -77,7 +77,12 @@
|
|||
showLoadingScreen();
|
||||
});
|
||||
|
||||
window.addEventListener("DOMContentLoaded", function() {
|
||||
console.log("DOMContentLoaded")
|
||||
})
|
||||
|
||||
window.addEventListener("load", function() {
|
||||
console.log("load")
|
||||
hideLoadingScreen();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue