parent
cda1eb723b
commit
7301a4c0fb
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@
|
||||||
return storage.get("chromiumRegistrationDone") === "";
|
return storage.get("chromiumRegistrationDone") === "";
|
||||||
},
|
},
|
||||||
everDone: function() {
|
everDone: function() {
|
||||||
return storage.get("chromiumRegistrationDoneEver") === "";
|
return storage.get("chromiumRegistrationDoneEver") === "" || storage.get("chromiumRegistrationDone") === "";
|
||||||
},
|
},
|
||||||
remove: function() {
|
remove: function() {
|
||||||
storage.remove("chromiumRegistrationDone");
|
storage.remove("chromiumRegistrationDone");
|
||||||
|
|
Loading…
Reference in a new issue