using new function parameters

This commit is contained in:
Jack 2021-09-10 15:05:30 +01:00
parent c09dd2018a
commit 3f21eaf570

View file

@ -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);