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>'
|
||||
+ formatRow('Cycle start', cycleStart)
|
||||
+ formatRow('Checkpoint start', checkpointStart)
|
||||
+ formatRow('Checkpoint end', checkpointEnd)
|
||||
+ formatRow('Previous checkpoint', checkpointStart)
|
||||
+ formatRow('Next checkpoint', checkpointEnd)
|
||||
+ formatRow('Cycle end', cycleEnd)
|
||||
+ '</table>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user