fix js
This commit is contained in:
parent
da35810bc4
commit
c8f913b1fb
|
@ -157,7 +157,7 @@ function startGame(){
|
|||
var playerButton=createElem('input',{
|
||||
'type': 'button',
|
||||
'id':'button' + j + '-' + i,
|
||||
'onclick':"playingAT('"j + '-' + i"');",'value':'-',
|
||||
'onclick':"playingAT('" + j + '-' + i + "');",'value':'-',
|
||||
'class': 'hidden'}
|
||||
);
|
||||
td.appendChild(playerButton);
|
||||
|
|
Loading…
Reference in New Issue
Block a user