This commit is contained in:
Gnieark 2016-05-31 16:58:17 +02:00
parent 183596c4e3
commit da35810bc4

View File

@ -68,7 +68,7 @@ function playingAT(cellKey){
//hide buttons //hide buttons
var inputs = document.getElementById('grid').getElementsByTagName('input'); 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"); inputs[index].setAttribute("class","hidden");
} }
document.getElementById("playerButtons").setAttribute("class", "hidden"); document.getElementById("playerButtons").setAttribute("class", "hidden");