Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
muktar1907 committed Apr 25, 2024
1 parent 4c4551d commit a7ecd70
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 @@ -265,7 +265,7 @@ <h2>Timer: <span id="timer">30</span> seconds</h2>
var cells = document.querySelectorAll("td");
for(var i=0;i<cells.length;i++)
{
cells[i].addEventListener("click",function()
cells[i].addEventListener("mousedown",function()
{
/*this.addEventListener("mouseover",function(){
this.style.backgroundColor="blue";
Expand Down

0 comments on commit a7ecd70

Please sign in to comment.