diff --git a/snippets/shx-loading-screen.liquid b/snippets/shx-loading-screen.liquid index ef204da..2e63008 100644 --- a/snippets/shx-loading-screen.liquid +++ b/snippets/shx-loading-screen.liquid @@ -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) {