mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-05 22:47:22 +00:00
bugfix 7
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user