This commit is contained in:
Gnieark 2016-05-31 16:59:21 +02:00
parent da35810bc4
commit c8f913b1fb

View File

@ -157,7 +157,7 @@ function startGame(){
var playerButton=createElem('input',{ var playerButton=createElem('input',{
'type': 'button', 'type': 'button',
'id':'button' + j + '-' + i, 'id':'button' + j + '-' + i,
'onclick':"playingAT('"j + '-' + i"');",'value':'-', 'onclick':"playingAT('" + j + '-' + i + "');",'value':'-',
'class': 'hidden'} 'class': 'hidden'}
); );
td.appendChild(playerButton); td.appendChild(playerButton);