test loading scree
parent
d54578fc25
commit
daf3908ad3
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue