From 225a994e80f66dda8b7ab8e4787c7dc6a9404504 Mon Sep 17 00:00:00 2001 From: ludelanier Date: Sat, 25 Nov 2023 17:23:09 +0100 Subject: [PATCH] fix somes issues --- Sources/justMUSIC/web/index.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/Sources/justMUSIC/web/index.html b/Sources/justMUSIC/web/index.html index 3367903..870fabf 100644 --- a/Sources/justMUSIC/web/index.html +++ b/Sources/justMUSIC/web/index.html @@ -53,13 +53,30 @@ }); } }); - setTimeout(function(){ - // Hide the address bar! - window.scrollTo(0, 1); - }, 0); }); }); +