mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +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://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 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">
|
||||
<script type="text/javascript" src="scripts.js"></script>
|
||||
</head>
|
||||
|
@ -195,10 +195,10 @@ function addMatch(matchNum, seriesNum, position) {
|
||||
}).then(function() {
|
||||
if (success) {
|
||||
ti = firebase.firestore().collection('matchSignupsIndividual').doc(user.uid).collection("team-" + teamNum).doc(currentComp);
|
||||
push = {
|
||||
"match-" + matchNum.toString()+" "+position: {
|
||||
label="match-" + matchNum.toString()+" "+position
|
||||
push = {label: {
|
||||
'completed': false,
|
||||
series: seriesNum.toString()
|
||||
'series': seriesNum.toString()
|
||||
}
|
||||
}
|
||||
cityRef.set(push, {
|
||||
|
Loading…
Reference in New Issue
Block a user