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); + }); });