Skip to content

Commit

Permalink
Merge pull request #1 from IronRiders/RyanTesting
Browse files Browse the repository at this point in the history
Ryan testing
  • Loading branch information
ryanelbert5125gmail authored Nov 20, 2024
2 parents d19db83 + 98e230b commit 0c7214e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024/crescendo_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var config_data = `
{ "name": "Event",
"code": "e",
"type": "event",
"defaultValue": "wagg",
"defaultValue": "2024wagg",
"required": "true"
},
{ "name": "Match Level",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/scoutingPASS.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var options = {

// Must be filled in: e=event, m=match#, l=level(q,qf,sf,f), t=team#, r=robot(r1,r2,b1..), s=scouter
//var requiredFields = ["e", "m", "l", "t", "r", "s", "as"];
var requiredFields = ["e", "m", "l", "r", "s", "as"];
var requiredFields = ["e", "m", "l", "s",];

function addTimer(table, idx, name, data) {
var row = table.insertRow(idx);
Expand Down

0 comments on commit 0c7214e

Please sign in to comment.