mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
bugfix 1
This commit is contained in:
parent
1fdd80e31b
commit
da315ac908
@ -9,7 +9,7 @@
|
|||||||
<script src="https://www.gstatic.com/firebasejs/5.7.2/firebase.js"></script>
|
<script src="https://www.gstatic.com/firebasejs/5.7.2/firebase.js"></script>
|
||||||
<script src="https://cdn.firebase.com/libs/firebaseui/3.5.1/firebaseui.js"></script>
|
<script src="https://cdn.firebase.com/libs/firebaseui/3.5.1/firebaseui.js"></script>
|
||||||
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/3.5.1/firebaseui.css" />
|
<link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/3.5.1/firebaseui.css" />
|
||||||
<link rel="stylesheet" href="../style.css" type="text/css" />
|
<link rel="stylesheet" href="../../style.css" type="text/css" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
||||||
<script type="text/javascript" src="scripts.js"></script>
|
<script type="text/javascript" src="scripts.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
@ -195,10 +195,10 @@ function addMatch(matchNum, seriesNum, position) {
|
|||||||
}).then(function() {
|
}).then(function() {
|
||||||
if (success) {
|
if (success) {
|
||||||
ti = firebase.firestore().collection('matchSignupsIndividual').doc(user.uid).collection("team-" + teamNum).doc(currentComp);
|
ti = firebase.firestore().collection('matchSignupsIndividual').doc(user.uid).collection("team-" + teamNum).doc(currentComp);
|
||||||
push = {
|
label="match-" + matchNum.toString()+" "+position
|
||||||
"match-" + matchNum.toString()+" "+position: {
|
push = {label: {
|
||||||
'completed': false,
|
'completed': false,
|
||||||
series: seriesNum.toString()
|
'series': seriesNum.toString()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cityRef.set(push, {
|
cityRef.set(push, {
|
||||||
|
Loading…
Reference in New Issue
Block a user