From c79f3d6904b4be212fd4df29e952ce174ee45385 Mon Sep 17 00:00:00 2001 From: Angela Yu <8798027+angelabauer@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:43:35 +0100 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 91e1839..c7dbfd0 100644 --- a/index.js +++ b/index.js @@ -316,7 +316,7 @@ $(document).ready(function () { $("#Content").empty(); NewLine(logo, false); - NewLine("Pssst, the solution is " + chosen_word + ".", false); + //NewLine("Pssst, the solution is " + chosen_word + ".", false); NewLine("Guess a letter: ", true); }); });