From da35810bc475f8d508a1795975e083f0c38c073c Mon Sep 17 00:00:00 2001 From: Gnieark Date: Tue, 31 May 2016 16:58:17 +0200 Subject: [PATCH] fix js --- html/testBotScripts/tictactoe.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/testBotScripts/tictactoe.html b/html/testBotScripts/tictactoe.html index bc65f9b..2e1fc53 100644 --- a/html/testBotScripts/tictactoe.html +++ b/html/testBotScripts/tictactoe.html @@ -68,7 +68,7 @@ function playingAT(cellKey){ //hide buttons var inputs = document.getElementById('grid').getElementsByTagName('input'); for (var index = 0; index < inputs.length; index++) { - inputs[index].setAttribute("class":"hidden"); + inputs[index].setAttribute("class","hidden"); } document.getElementById("playerButtons").setAttribute("class", "hidden");