Skip to content

Commit e5f1560

Browse files
committed
fixed words not appearing if no config in the cookie was fount
1 parent acc4b52 commit e5f1560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/userconfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ function loadConfigFromCookie() {
3636
changeFontSize(newConfig.fontSize);
3737
setFreedomMode(newConfig.freedomMode);
3838
config = newConfig;
39-
restartTest();
4039
}
40+
restartTest();
4141
}
4242

4343
function showTestConfig() {

0 commit comments

Comments
 (0)