mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
testing mistakes
This commit is contained in:
parent
1f29718795
commit
b41683eaa9
@ -376,9 +376,7 @@ function subReport() {
|
||||
push[series + '-'+ user.uid][x[i].children[1].id] = x[i].children[1].innerHTML;
|
||||
}
|
||||
}
|
||||
firebase.firestore().collection('webData').doc('test').set(push, {
|
||||
merge: true
|
||||
}).then(function() {
|
||||
firebase.firestore().collection('webData').doc('test').set(push).then(function() {
|
||||
alert('Submitted!')
|
||||
setTimeout(function() {
|
||||
window.location.href = '../scout';
|
||||
|
Loading…
Reference in New Issue
Block a user