From 388a8c3e234cff7386bea07aa30c19839b286c3c Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 5 Sep 2024 00:49:55 -0600 Subject: [PATCH] a --- astro/public/scripts/sound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/public/scripts/sound.js b/astro/public/scripts/sound.js index 792e467..914563c 100644 --- a/astro/public/scripts/sound.js +++ b/astro/public/scripts/sound.js @@ -80,7 +80,7 @@ phonewave.addEventListener("click", () => { setTimeout(() => { startLeapSound.play(); setTimeout(() => { - window.location.replace("https://applianceri.ng/next?host=nelle.observer"); + window.location.href = "https://applianceri.ng/next?host=nelle.observer"; return; }, 8000); return;