diff --git a/script.js b/script.js index a7e5e3e..83eabe8 100644 --- a/script.js +++ b/script.js @@ -68,6 +68,7 @@ function Showball() { if (timeLeft <= 0) { clearInterval(idItr); alert("Time's up! You Won " + points.innerHTML + " spades!!"); + board.style.display = "flex"; } let minutes = Math.floor(timeLeft / 60);