mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 01:59:08 +00:00
bugfix 7
This commit is contained in:
parent
ab421e4170
commit
0717ed4979
@ -144,7 +144,7 @@ function changeTeam(teamNum) {
|
|||||||
outstr += "<td class='blue'>" + nr[k] + "</td>";
|
outstr += "<td class='blue'>" + nr[k] + "</td>";
|
||||||
outstr += "</tr>"
|
outstr += "</tr>"
|
||||||
}
|
}
|
||||||
document.getElementById(matchTable).innerHTML += outstr;
|
document.getElementById('matchTable').innerHTML += outstr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user