Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
muktar1907 committed Apr 24, 2024
1 parent b992c25 commit 87c0496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h1>The Word Search Game</h1>
}
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);
Expand Down

0 comments on commit 87c0496

Please sign in to comment.