change naming of checkpoint times - 'start'+'end' don't make sense

This commit is contained in:
Jon Atkins 2014-01-22 19:20:04 +00:00
parent 9b9bf5b671
commit 885489029e

View File

@ -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>';