hiding timer when restarting

This commit is contained in:
Jack 2020-07-20 15:48:05 +01:00
parent 8abc65c678
commit 0889d7d3e1

View file

@ -1508,6 +1508,7 @@ function restartTest(withSameWordset = false) {
hideCaret();
testActive = false;
hideLiveWpm();
hideTimer();
keypressPerSecond = [];
currentKeypressCount = 0;
errorsPerSecond = [];