Skip to content

Commit

Permalink
patch fix for rapid scan
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Apr 16, 2013
1 parent d7cf838 commit 58a7af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/angular/controllers/experiments.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@
"template",
"notes",
"extraInstructions",
"imageLink",
"show",
"downloaded"

Expand Down Expand Up @@ -609,6 +608,7 @@
segments.push({
start: start,
end: end,
audioId: segment.audioId,
imageLink: imageUrl,
show: false,
detected: null,
Expand Down
2 changes: 1 addition & 1 deletion public/experiment_assets/rapid_scan_counts.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"2A": {
"count": 0,
"count": 1,
"speedCode": 2,
"dataSetCode": "A",
"speeds": [
Expand Down

0 comments on commit 58a7af8

Please sign in to comment.