added 's' to the timer string

This commit is contained in:
Jack 2021-05-14 14:42:38 +01:00
parent 3c0947d0d9
commit 1e85dd8878
2 changed files with 2 additions and 2 deletions

View file

@ -207,7 +207,7 @@ function playReplay() {
const time = swTime;
stopwatchList.push(
setTimeout(() => {
$("#replayStopwatch").text(time);
$("#replayStopwatch").text(time + "s");
}, time * 1000 - lastTime)
);
swTime++;

View file

@ -1448,7 +1448,7 @@
>
<i class="fas fa-play"></i>
</span>
<p id="replayStopwatch">0</p>
<p id="replayStopwatch">0s</p>
</div>
<div id="wordsWrapper">
<div id="replayWords" class="words"></div>