Quick fix for inbox not opening on launch

Fixes #610

// FREEBIE
This commit is contained in:
lilia 2016-01-16 08:53:02 -08:00
parent cda1eb723b
commit 7301a4c0fb

View file

@ -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");