Skip to content

Commit

Permalink
Updated order of inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
JBakks committed Feb 27, 2024
1 parent ddf20cc commit 8ae1a3c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions assets/teams.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ Select
865
1114
1305
1690
2056
2386
2706
3339
4015
4039
4152
Expand Down
24 changes: 12 additions & 12 deletions js/JSONData.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ var jsonData = {
{
"name": "auto",
"fields": [
{
"name": "Left starting zone",
"type": "checkbox",
"id":"2",
"required": "yes"
},
{
"name": "Amp Scores",
"type": "field",
Expand All @@ -54,17 +48,17 @@ var jsonData = {
"required": "no",
"id": "autoSpeaker"
},
{
"name": "Left starting zone",
"type": "checkbox",
"id":"2",
"required": "yes"
},
]
},
{
"name": "Tele-Op",
"fields": [
{
"name": "Coopertition",
"type": "checkbox",
"id":"3",
"required": "yes"
},
{
"name": "Amp Scores",
"type": "field",
Expand All @@ -77,6 +71,12 @@ var jsonData = {
"required": "no",
"id": "teleSpeaker"
},
{
"name": "Coopertition",
"type": "checkbox",
"id":"3",
"required": "yes"
},
]
},
{
Expand Down

0 comments on commit 8ae1a3c

Please sign in to comment.