mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
bugfix
This commit is contained in:
parent
1925943660
commit
302f6b794d
@ -43,9 +43,9 @@ window.onload = function() {
|
|||||||
if (doc.exists) {
|
if (doc.exists) {
|
||||||
list = doc.data()
|
list = doc.data()
|
||||||
teamNums = Object.keys(list)
|
teamNums = Object.keys(list)
|
||||||
document.getElementById(tns).innerHTML = ""
|
document.getElementById('tns').innerHTML = ""
|
||||||
for (var i = 0; i < teamNums.length; i++) {
|
for (var i = 0; i < teamNums.length; i++) {
|
||||||
document.getElementById(tns).innerHTML += "<option value='" + teamNums[i] + "'>" + teamNums[i] + "</option>"
|
document.getElementById('tns').innerHTML += "<option value='" + teamNums[i] + "'>" + teamNums[i] + "</option>"
|
||||||
}
|
}
|
||||||
} else {}
|
} else {}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user