bug behoben
This commit is contained in:
parent
738ad0cb67
commit
dde9ae8223
@ -35,6 +35,7 @@ export class WordRotatorSettingFragment extends LocalStorageSettingsFragment {
|
|||||||
localStorage.removeItem("levelCounter");
|
localStorage.removeItem("levelCounter");
|
||||||
localStorage.removeItem("tutorial-step");
|
localStorage.removeItem("tutorial-step");
|
||||||
(await WordRotatorDb.getInstance()).removeAll(WordRotatorDb.OBJECT_STORE.LEVEL);
|
(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")) {
|
if (location.hostname.includes("beta") || location.hostname.includes("127.0.0.1")) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user