From 6d694eb3bcf3d507b4f7c6878e83eaac77050667 Mon Sep 17 00:00:00 2001 From: gocivici Date: Tue, 1 Nov 2022 22:05:18 +0200 Subject: [PATCH] fixed an issue with a link --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index e3c7e27..ecc38ea 100644 --- a/main.js +++ b/main.js @@ -1270,7 +1270,7 @@ window.onload = deathOftheDay(); document.getElementById("guessForm").style.display = "none"; document.getElementsByClassName("picButtons")[0].style.display="none"; document.getElementById("movieName").innerHTML = "

Thanks for playing!"; - document.getElementById("feedback").innerHTML = "Horrordle will be back next October!

follow me on twitter for updates

In the meantime you can go back and play
the days you've missed by visiting the
archive page on the top right and
clicking on the orange dates."; + document.getElementById("feedback").innerHTML = "Horrordle will be back next October!

follow me on twitter for updates

In the meantime you can go back and play
the days you've missed by visiting the
archive page on the top right and
clicking on the orange dates."; } // picButton = document.getElementsByClassName('picButton');