mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
bugfix 4
This commit is contained in:
parent
06242f0b2a
commit
0bf52e1c29
@ -84,6 +84,7 @@ function changeTeam(teamNum) {
|
||||
}
|
||||
|
||||
function cmatch(matchName) {
|
||||
teamNum = document.getElementById('tns').value;
|
||||
document.getElementById('tselect').innerHTML = ""
|
||||
var user = firebase.auth().currentUser;
|
||||
ti = firebase.firestore().collection('teamData').doc("team-" + teamNum);
|
||||
|
Loading…
Reference in New Issue
Block a user