From 3c0a626932f3b39345e878c46473a6e2f9b7223e Mon Sep 17 00:00:00 2001 From: ludelanier Date: Sat, 25 Nov 2023 17:19:59 +0100 Subject: [PATCH] fix somes issues --- Sources/justMUSIC/web/index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Sources/justMUSIC/web/index.html b/Sources/justMUSIC/web/index.html index c385a14..3367903 100644 --- a/Sources/justMUSIC/web/index.html +++ b/Sources/justMUSIC/web/index.html @@ -53,14 +53,11 @@ }); } }); - }); - - window.addEventListener("load",function() { - // Set a timeout... - setTimeout(function(){ + setTimeout(function(){ // Hide the address bar! window.scrollTo(0, 1); }, 0); + }); });