mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 02:39:05 +08:00
fixed words not appearing if no config in the cookie was fount
This commit is contained in:
parent
acc4b5293b
commit
e5f1560466
1 changed files with 1 additions and 1 deletions
|
|
@ -36,8 +36,8 @@ function loadConfigFromCookie() {
|
|||
changeFontSize(newConfig.fontSize);
|
||||
setFreedomMode(newConfig.freedomMode);
|
||||
config = newConfig;
|
||||
restartTest();
|
||||
}
|
||||
restartTest();
|
||||
}
|
||||
|
||||
function showTestConfig() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue