mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 18:09:08 +00:00
fix more typos
This commit is contained in:
parent
dd5da3b1e8
commit
4f3ecf4361
@ -49,8 +49,7 @@ window.onload = function() {
|
|||||||
}
|
}
|
||||||
teamAssoc = firebase.firestore().collections('UserAssociations').doc(user.uid);
|
teamAssoc = firebase.firestore().collections('UserAssociations').doc(user.uid);
|
||||||
teamAssoc.get().then(function(doc) {
|
teamAssoc.get().then(function(doc) {
|
||||||
if (doc.exists)
|
if (doc.exists) {
|
||||||
} {
|
|
||||||
list = doc.data()
|
list = doc.data()
|
||||||
teamNums = Object.keys(list)
|
teamNums = Object.keys(list)
|
||||||
document.getElementById(teammem).innerHTML = ""
|
document.getElementById(teammem).innerHTML = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user