Align series sort with displayed capture time
This commit is contained in:
@@ -108,7 +108,7 @@ function timeRange(series) {
|
||||
}
|
||||
|
||||
function timeKey(series) {
|
||||
return String(series.series_time || series.first_time || series.study_time || "").replace(/\D/g, "").padEnd(6, "0");
|
||||
return String(series.first_time || series.series_time || series.study_time || "").replace(/\D/g, "").padEnd(6, "0");
|
||||
}
|
||||
|
||||
function studyTimeKey(study) {
|
||||
|
||||
Reference in New Issue
Block a user