mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 07:27:20 +00:00
bugfix 4
This commit is contained in:
@@ -84,6 +84,7 @@ function changeTeam(teamNum) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function cmatch(matchName) {
|
function cmatch(matchName) {
|
||||||
|
teamNum = document.getElementById('tns').value;
|
||||||
document.getElementById('tselect').innerHTML = ""
|
document.getElementById('tselect').innerHTML = ""
|
||||||
var user = firebase.auth().currentUser;
|
var user = firebase.auth().currentUser;
|
||||||
ti = firebase.firestore().collection('teamData').doc("team-" + teamNum);
|
ti = firebase.firestore().collection('teamData').doc("team-" + teamNum);
|
||||||
|
Reference in New Issue
Block a user