From 87c049626ae6fb46fd572803af6ae2fd59782857 Mon Sep 17 00:00:00 2001 From: muktar1907 Date: Wed, 24 Apr 2024 01:55:18 -0500 Subject: [PATCH] edit --- html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.html b/html/index.html index 4d71e46..48f7cf9 100644 --- a/html/index.html +++ b/html/index.html @@ -220,7 +220,7 @@

The Word Search Game

} function buttonEvent(cell,action) { - const button= document.getElementById(cell); + let button= document.getElementById(cell); button.style.backgroundColor="blue"; U = new UserEvent(); U.cell=parseInt(cell);