Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxV07 committed Jan 22, 2024
2 parents 266dd4e + 19d5606 commit dbf9025
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions resources/js/scoutingPASS.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,16 +282,16 @@ function addBicycle(table, idx, name, data) {
"type": "radio",
"choices": {
"b1": "B1",
"c1": "C1",
"r1": "R1<br>",
"b2": "B2",
"b3": "B3<br>",
"c1": "C1",
"c2": "C2",
"r2": "R2<br>",
"b3": "B3",
"c3": "C3",
"r3": "R3<br>",
"c4": "C4<br>",
"c5": "C5"
"c4": "C4",
"c5": "C5<br>",
"r1": "R1",
"r2": "R2",
"r3": "R3"
}
}`)
} else { // Teleop intake
Expand Down

0 comments on commit dbf9025

Please sign in to comment.