mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
added 's' to the timer string
This commit is contained in:
parent
3c0947d0d9
commit
1e85dd8878
2 changed files with 2 additions and 2 deletions
|
|
@ -207,7 +207,7 @@ function playReplay() {
|
|||
const time = swTime;
|
||||
stopwatchList.push(
|
||||
setTimeout(() => {
|
||||
$("#replayStopwatch").text(time);
|
||||
$("#replayStopwatch").text(time + "s");
|
||||
}, time * 1000 - lastTime)
|
||||
);
|
||||
swTime++;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue