Skip to content

Commit

Permalink
Merge pull request #2733 from MilosKozak/dev
Browse files Browse the repository at this point in the history
proper sort in calibration plugin
  • Loading branch information
MilosKozak authored Aug 10, 2017
2 parents 914b186 + fb3fbcd commit 6ef8d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/report/js/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@
});
} else if (element.type === 'cal') {
calData.push({
mills: element.date
mills: element.date + 1
, d: element.dateString
, scale: element.scale
, intercept: element.intercept
Expand Down

0 comments on commit 6ef8d8c

Please sign in to comment.