diff --git a/html/index.html b/html/index.html index c5e7ea2..cd6da8d 100644 --- a/html/index.html +++ b/html/index.html @@ -267,10 +267,11 @@

Timer: 30 seconds

{ 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() {