mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-26 17:49:09 +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 = ""
|
||||
var user = firebase.auth().currentUser;
|
||||
ti = firebase.firestore().collection('teamData').doc("team-" + teamNum);
|
||||
|
Loading…
Reference in New Issue
Block a user