Skip to content

Commit 9ed3d2f

Browse files
committed
merge
2 parents 130624d + c63dfdb commit 9ed3d2f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

public/js/account.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,6 @@ function refreshAccountPage() {
486486
$(".pageAccount .triplegroup.stats").removeClass('hidden');
487487
}
488488

489-
490-
491489
$(".pageAccount .highestWpm .val").text(topWpm);
492490
$(".pageAccount .averageWpm .val").text(Math.round(totalWpm/testCount));
493491
$(".pageAccount .averageWpm10 .val").text(Math.round(wpmLast10total/wpmLast10count));

0 commit comments

Comments
 (0)