This commit is contained in:
Jacob Levine
2019-03-18 18:35:59 -05:00
parent 7dbffc940a
commit c5f6ecae68
3 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ function changeTeam(teamNum) {
for (var i = 0; i < matches.length; i++) {
mi = compInfo["match-" + (i + 1).toString()]
//sets up the table lists. i really hope it doesn't break.
for (var j = 0; j < 2; i++) {
for (var j = 0; j < 2; j++) {
if (mi['far-blue']['series-' + (j + 1).toString()] != null) {
fb.push(mi['far-blue']['series-' + (j + 1).toString()]);
} else {