mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
using new function parameters
This commit is contained in:
parent
c09dd2018a
commit
3f21eaf570
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,7 @@ export function update() {
|
|||
}
|
||||
|
||||
$(".pageAccount .timeTotalFiltered .val").text(
|
||||
Misc.secondsToString(Math.round(totalSecondsFiltered), true)
|
||||
Misc.secondsToString(Math.round(totalSecondsFiltered), true, true)
|
||||
);
|
||||
|
||||
$(".pageAccount .highestWpm .val").text(topWpm);
|
||||
|
|
Loading…
Reference in a new issue