diff --git a/html/testBotScripts/tictactoe.html b/html/testBotScripts/tictactoe.html index 57cabf3..bc65f9b 100644 --- a/html/testBotScripts/tictactoe.html +++ b/html/testBotScripts/tictactoe.html @@ -67,7 +67,7 @@ function changePlayerType(player,newValue){ function playingAT(cellKey){ //hide buttons var inputs = document.getElementById('grid').getElementsByTagName('input'); - for (var index = 0; index < inputs.length; ++index) { + for (var index = 0; index < inputs.length; index++) { inputs[index].setAttribute("class":"hidden"); }