bugfix 15

This commit is contained in:
Jacob Levine 2019-03-18 21:02:23 -05:00
parent b0ad3bdf9c
commit f59d94282d

View File

@ -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);
} }
}); });
} }