mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-28 02:09:08 +00:00
dont be stupid
This commit is contained in:
parent
23d6eebff1
commit
64da97bfdc
@ -381,7 +381,7 @@ function subReport() {
|
|||||||
push[user.uid][name] = document.querySelector('input[name="' + name + '"]:checked').value;
|
push[user.uid][name] = document.querySelector('input[name="' + name + '"]:checked').value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(currentComp).doc("team-" + teamNum).collection('matches').doc('match-' + mselect).set(push, {
|
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(currentComp).doc("team-" + teamNum).collection('matches').doc('match-' + matchNum).set(push, {
|
||||||
merge: true
|
merge: true
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
alert('Submitted!')
|
alert('Submitted!')
|
||||||
|
Loading…
Reference in New Issue
Block a user