mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
showing restart button again
This commit is contained in:
parent
d2e27bcb39
commit
bdccd42e44
1 changed files with 5 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue