test loading scree
parent
8c9728d0bd
commit
9df0f4b2a8
|
@ -78,14 +78,13 @@
|
|||
});
|
||||
|
||||
window.addEventListener("DOMContentLoaded", function() {
|
||||
console.log("DOMContentLoaded")
|
||||
hideLoadingScreen();
|
||||
})
|
||||
|
||||
/*
|
||||
window.addEventListener("load", function() {
|
||||
console.log("load")
|
||||
// hideLoadingScreen();
|
||||
});
|
||||
}); */
|
||||
|
||||
// This event is triggered when the page is displayed, including back navigation
|
||||
window.addEventListener("pageshow", function(event) {
|
||||
|
|
Loading…
Reference in New Issue