From 1e85dd887836b06cb0ec1bfa9ec708b87b839222 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 14 May 2021 14:42:38 +0100 Subject: [PATCH] added 's' to the timer string --- src/js/replay.js | 2 +- static/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/replay.js b/src/js/replay.js index b04a1cd98..cc7de1b47 100644 --- a/src/js/replay.js +++ b/src/js/replay.js @@ -207,7 +207,7 @@ function playReplay() { const time = swTime; stopwatchList.push( setTimeout(() => { - $("#replayStopwatch").text(time); + $("#replayStopwatch").text(time + "s"); }, time * 1000 - lastTime) ); swTime++; diff --git a/static/index.html b/static/index.html index 887c1f0da..098d49761 100644 --- a/static/index.html +++ b/static/index.html @@ -1448,7 +1448,7 @@ > -

0

+

0s