change naming of checkpoint times - 'start'+'end' don't make sense
This commit is contained in:
parent
9b9bf5b671
commit
885489029e
@ -64,8 +64,8 @@ window.plugin.scoreCycleTimes.update = function() {
|
|||||||
|
|
||||||
var html = '<table>'
|
var html = '<table>'
|
||||||
+ formatRow('Cycle start', cycleStart)
|
+ formatRow('Cycle start', cycleStart)
|
||||||
+ formatRow('Checkpoint start', checkpointStart)
|
+ formatRow('Previous checkpoint', checkpointStart)
|
||||||
+ formatRow('Checkpoint end', checkpointEnd)
|
+ formatRow('Next checkpoint', checkpointEnd)
|
||||||
+ formatRow('Cycle end', cycleEnd)
|
+ formatRow('Cycle end', cycleEnd)
|
||||||
+ '</table>';
|
+ '</table>';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user