This commit is contained in:
Gnieark 2016-05-31 16:57:19 +02:00
parent 470a4d3ce1
commit 183596c4e3

View File

@ -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");
}