mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
bugfix 5
This commit is contained in:
parent
0bf52e1c29
commit
8e6a927032
@ -119,7 +119,7 @@ function cmatch(matchName) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function cseries(seriesName) {
|
function cseries(seriesName) {
|
||||||
document.getElementById('mselect').innerHTML = ""
|
document.getElementById('FormData').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);
|
||||||
currentComp = null;
|
currentComp = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user