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 c2e983f commit 3131502
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,11 @@ <h2>Timer: <span id="timer">30</span> seconds</h2>
{
cells[i].addEventListener("onmousedown",function()
{
this.addEventListener("mouseover",function(){
/*this.addEventListener("mouseover",function(){
this.style.backgroundColor="blue";
});
});*/
buttonEvent(this.getAttribute("id"),0);
this.style.backgroundColor="blue";
});
cells[i].addEventListener("mouseover",function()
{
Expand Down

0 comments on commit 3131502

Please sign in to comment.