fix js
This commit is contained in:
parent
da35810bc4
commit
c8f913b1fb
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user