draw table
This commit is contained in:
parent
0fe79fe8c0
commit
5999d87b28
|
@ -22,7 +22,7 @@ function connectFour(bot1,bot2,xd_check){
|
|||
document.getElementById('fightResult').innerHTML = '';
|
||||
//create grid
|
||||
|
||||
var table=createElem('table',{'className':'tabledoc'});
|
||||
var table=createElem('table',{'class':'tabledoc'});
|
||||
for (var i=0; i<6; i++){
|
||||
var tr=createElem('tr');
|
||||
for (var j=0;j<7; j++){
|
||||
|
|
Loading…
Reference in New Issue
Block a user