From a1c28b244e4a4e9fb28c6a399592b2a3d0ef1bd3 Mon Sep 17 00:00:00 2001 From: gocivici Date: Sun, 2 Oct 2022 12:03:52 +0300 Subject: [PATCH] added descriptive text --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 7f1a44c..88ae004 100644 --- a/main.js +++ b/main.js @@ -49,7 +49,7 @@ function revealButtons(g = guessNo){ - var movies = [["The Texas Chainsaw Massacre",1,"Sally Hardesty"],["It",1,"Eddie Kaspbrak"],["A Nightmare on Elm Street",1,"Nancy Thompson"],["It Follows",2,"Jaime Height"],["Friday the 13th",0,"Alice Hardy"],["Event Horizon",2,"Lieutenant Starck"],["Hellraiser",2,"Kirsty Cotton"],["Rec",2,"Ángela Vidal"],["Saw",1,"Amanda Young"],["Final Destination",2,"Alex Browning"],["The Ring",0,"Rachel Keller"]]; + var movies = [["The Texas Chainsaw Massacre",1,"Sally Hardesty"],["It",1,"Eddie Kaspbrak"],["A Nightmare on Elm Street",1,"Nancy Thompson"],["The Ring",0,"Rachel Keller"],["It Follows",2,"Jaime Height"],["Friday the 13th",0,"Alice Hardy"],["Event Horizon",2,"Lieutenant Starck"],["Hellraiser",2,"Kirsty Cotton"],["Rec",2,"Ángela Vidal"],["Saw",1,"Amanda Young"],["Final Destination",2,"Alex Browning"],["Scream"],["28 Days Later"],["Fear Street"],["Escape Room"],["The Witch"],["Get Out"],["Suspiria"],["Paranormal Activity"],["Blair Witch"],["Signs"],["Shining"],["Evil Dead"],["Cabin in the Woods"],["Funny Games"],["Strangers"],["Annihilation"],["the Thing"],["Sunshine"],["Alien"],["Halloween"],["Carrie"]]; var pix = []; // autocomplete(document.getElementById("guess"), movies); var gameBeginning = new Date('September 30, 2022 00:00:00'); @@ -291,7 +291,7 @@ console.log("day count:" + dayCount); localStorage.setItem('movieName', movieOfTheDay[0] + " ✅") // document.getElementById("bonusQuestion").innerHTML = "⭐BONUS ROUND⭐
Can you guess which image contains the survivor?"; - document.getElementById("bonusQuestion").innerHTML = "⭐BONUS ROUND⭐
choose the image with the survivor"; + document.getElementById("bonusQuestion").innerHTML = "⭐BONUS ROUND⭐
Use the buttons below to choose the image with the survivor"; document.getElementById("submitBonusGuess").style.display = "inline"; document.getElementById("skipBonusGuess").style.display = "inline"; textResult = textResult + "🟩";