fixed words not appearing if no config in the cookie was fount

This commit is contained in:
unknown 2020-05-23 22:34:01 +01:00
parent acc4b5293b
commit e5f1560466

View file

@ -36,8 +36,8 @@ function loadConfigFromCookie() {
changeFontSize(newConfig.fontSize);
setFreedomMode(newConfig.freedomMode);
config = newConfig;
restartTest();
}
restartTest();
}
function showTestConfig() {