mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 01:15:49 +08:00
letting the config restart test test
This commit is contained in:
parent
b4871a3136
commit
83889ff97e
1 changed files with 3 additions and 2 deletions
|
@ -5018,10 +5018,11 @@ $("#wpmChart").on("mouseleave", (e) => {
|
|||
});
|
||||
|
||||
$(document).ready(() => {
|
||||
|
||||
updateFavicon(32, 14);
|
||||
$("body").css("transition", ".25s");
|
||||
manualRestart = true;
|
||||
restartTest(false,true);
|
||||
// manualRestart = true;
|
||||
// restartTest(false,true);
|
||||
if (config.quickTab) {
|
||||
$("#restartTestButton").addClass("hidden");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue