diff --git a/gameScript.js b/gameScript.js index bb4df02..c6b0e20 100644 --- a/gameScript.js +++ b/gameScript.js @@ -131,7 +131,7 @@ function change(x) { time = `${min} minute(s) and ${sec} second(s)`; } setTimeout(function() { - $("#ol").html(`

Congrats!

You completed the ${mode} mode in ${moves} moves. It took you ${time}.

Comment Your Score!
Play Again ?

`); + $("#ol").html(`

Congrats!

You completed the ${mode} mode in ${moves} moves. It took you ${time}.

Comment Your Score!


Feedback

Play Again ?

`); $("#ol").fadeIn(750); }, 1500); }