This commit is contained in:
nelle 2024-09-05 00:49:55 -06:00
parent 7dd4f5bb77
commit 388a8c3e23

View file

@ -80,7 +80,7 @@ phonewave.addEventListener("click", () => {
setTimeout(() => { setTimeout(() => {
startLeapSound.play(); startLeapSound.play();
setTimeout(() => { setTimeout(() => {
window.location.replace("https://applianceri.ng/next?host=nelle.observer"); window.location.href = "https://applianceri.ng/next?host=nelle.observer";
return; return;
}, 8000); }, 8000);
return; return;