From b2f0ae11c26774e0d9a821c2952880ae4f289428 Mon Sep 17 00:00:00 2001 From: Ann Rose Date: Mon, 9 Mar 2026 19:36:39 +0530 Subject: [PATCH] Undefined Grid Control Functions solved --- Memory-block-game-main/code/script.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/Memory-block-game-main/code/script.js b/Memory-block-game-main/code/script.js index fbf1b03..533e170 100644 --- a/Memory-block-game-main/code/script.js +++ b/Memory-block-game-main/code/script.js @@ -322,7 +322,6 @@ document.addEventListener("click", () => { if (!gameStarted) { gameStarted = true; document.getElementById("player-count").disabled = true; - lockGridControls(); lockThemeControl(); document.getElementById("difficulty-select").disabled = true; rowsSelect.disabled = true; @@ -452,9 +451,7 @@ playSound(flipSound); gameOver = false; document.getElementById("player-count").disabled = false; - unlockGridControls(); unlockThemeControl(); - clearGridHintError(); document.getElementById("difficulty-select").disabled = false; rowsSelect.disabled = false; colsSelect.disabled = false;