From 72ef3ed95fe5a17e3cb0102e2fbdfdf0f4f13aaa Mon Sep 17 00:00:00 2001 From: gocivici Date: Fri, 30 Sep 2022 00:08:47 +0300 Subject: [PATCH] fixed movie name --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index a943011..6779de9 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 Follows",2,"Jaime Height"],["Friday the 13th",0,"Alice Hardy"],["Event Horizon",2,"Lieutenant Starck"],["Hellraiser",2,"Kirsty Cotton"],["A Nightmare on Elm Street",1,"Nancy Thompson"],["The Cabin in the Woods",2],["American Psycho",0]]; + var movies = [["The Texas Chainsaw Massacre",1,"Sally Hardesty"],["It Follows",2,"Jaime Height"],["Friday the 13th",0,"Alice Hardy"],["Event Horizon",2,"Lieutenant Starck"],["Hellraiser",2,"Kirsty Cotton"],["Nightmare on Elm Street",1,"Nancy Thompson"],["The Cabin in the Woods",2],["American Psycho",0]]; var pix = []; // autocomplete(document.getElementById("guess"), movies); var gameBeginning = new Date('September 24, 2022 00:00:00');