bug behoben

This commit is contained in:
silas 2018-11-07 21:06:59 +01:00
parent 738ad0cb67
commit dde9ae8223

View File

@ -35,6 +35,7 @@ export class WordRotatorSettingFragment extends LocalStorageSettingsFragment {
localStorage.removeItem("levelCounter");
localStorage.removeItem("tutorial-step");
(await WordRotatorDb.getInstance()).removeAll(WordRotatorDb.OBJECT_STORE.LEVEL);
(await WordRotatorDb.getInstance()).removeAll(WordRotatorDb.OBJECT_STORE.SYSTEM_VARS);
});
if (location.hostname.includes("beta") || location.hostname.includes("127.0.0.1")) {