mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 01:59:08 +00:00
bugfix 4
This commit is contained in:
parent
06242f0b2a
commit
0bf52e1c29
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user