mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
remove random 'm'
This commit is contained in:
parent
4398de71ba
commit
06242f0b2a
@ -83,7 +83,7 @@ function changeTeam(teamNum) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
function cmatch(matchName) {m
|
function cmatch(matchName) {
|
||||||
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