From 9df0f4b2a82a209d331f82ebe82dd4931daf3471 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Thu, 18 Jul 2024 21:42:32 +0200 Subject: [PATCH] test loading scree --- snippets/shx-loading-screen.liquid | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) {