diff --git a/frontend/src/js/config.js b/frontend/src/js/config.js index afa983907..19d43fe69 100644 --- a/frontend/src/js/config.js +++ b/frontend/src/js/config.js @@ -199,7 +199,6 @@ export function setPunctuation(punc, nosave) { } export function setMode(mode, nosave) { - if (TestUI.testRestarting) return; if (mode !== "words" && config.funbox === "memory") { Notifications.add("Memory funbox can only be used with words mode.", 0); return;