mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
web4
This commit is contained in:
parent
e5bb5b6ef7
commit
365b9e1882
@ -392,7 +392,7 @@ function subReport() {
|
||||
} catch (e) {
|
||||
|
||||
}
|
||||
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(currentComp).doc("team-" + teamNum).collection('matches').doc('match-' + matchNum).set(push {
|
||||
firebase.firestore().collection("data").doc('team-' + document.getElementById('tns').value).collection(currentComp).doc("team-" + teamNum).collection('matches').doc('match-' + matchNum).set(push, {
|
||||
alert('Submitted!')
|
||||
setTimeout(function() {
|
||||
window.location.href = '../scout';
|
||||
|
Loading…
Reference in New Issue
Block a user