remove random 'm'

This commit is contained in:
Jacob Levine
2019-03-21 23:29:01 -05:00
parent 4398de71ba
commit 06242f0b2a

View File

@@ -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);