diff --git a/html/index.html b/html/index.html
index 8080815..2907262 100644
--- a/html/index.html
+++ b/html/index.html
@@ -225,6 +225,10 @@
The Word Search Game
{
buttonEvent(this.getAttribute("id"),1);
});
+ cells[i].addEventListener("mousemove",function()
+ {
+ this.style.backgroundColor="white";
+ });
}
}
function buttonEvent(cell,action)