We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 130624d + c63dfdb commit 9ed3d2fCopy full SHA for 9ed3d2f
1 file changed
public/js/account.js
@@ -486,8 +486,6 @@ function refreshAccountPage() {
486
$(".pageAccount .triplegroup.stats").removeClass('hidden');
487
}
488
489
-
490
491
$(".pageAccount .highestWpm .val").text(topWpm);
492
$(".pageAccount .averageWpm .val").text(Math.round(totalWpm/testCount));
493
$(".pageAccount .averageWpm10 .val").text(Math.round(wpmLast10total/wpmLast10count));
0 commit comments