mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-04-05 10:17:24 +00:00
bugfix 15
This commit is contained in:
parent
b0ad3bdf9c
commit
f59d94282d
@ -89,6 +89,7 @@ function changeTeam(teamNum) {
|
|||||||
document.getElementById('mSelect').addEventListener("change", function() {
|
document.getElementById('mSelect').addEventListener("change", function() {
|
||||||
updateForm(document.getElementById('mSelect').value, teamNum, currentComp);
|
updateForm(document.getElementById('mSelect').value, teamNum, currentComp);
|
||||||
});
|
});
|
||||||
|
updateForm(document.getElementById('mSelect').value, teamNum, currentComp);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user