From 885489029ef10074289b0cbea8fb64be509790f5 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Wed, 22 Jan 2014 19:20:04 +0000 Subject: [PATCH] change naming of checkpoint times - 'start'+'end' don't make sense --- plugins/score-cycle-times.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/score-cycle-times.user.js b/plugins/score-cycle-times.user.js index 60749ea2..05c3355d 100644 --- a/plugins/score-cycle-times.user.js +++ b/plugins/score-cycle-times.user.js @@ -64,8 +64,8 @@ window.plugin.scoreCycleTimes.update = function() { var html = '' + formatRow('Cycle start', cycleStart) - + formatRow('Checkpoint start', checkpointStart) - + formatRow('Checkpoint end', checkpointEnd) + + formatRow('Previous checkpoint', checkpointStart) + + formatRow('Next checkpoint', checkpointEnd) + formatRow('Cycle end', cycleEnd) + '
';