mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +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 += "</tr>"
|
||||
}
|
||||
document.getElementById(matchTable).innerHTML += outstr;
|
||||
document.getElementById('matchTable').innerHTML += outstr;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user