showing restart button again

This commit is contained in:
Jack 2021-04-20 00:48:48 +01:00
parent d2e27bcb39
commit bdccd42e44

View file

@ -770,6 +770,11 @@ export function restart(
opacity: 1,
});
// resetPaceCaret();
if (Tribe.state < 8 && !Config.quickTab) {
$(".pageTest #restartTestButton").removeClass("hidden");
}
$("#typingTest")
.css("opacity", 0)
.removeClass("hidden")