diff --git a/platform/chromium/vapi-common.js b/platform/chromium/vapi-common.js index 136e4a02d..a791aebd1 100644 --- a/platform/chromium/vapi-common.js +++ b/platform/chromium/vapi-common.js @@ -226,7 +226,7 @@ vAPI.closePopup = function() { // Always use a wrapper to seamlessly handle exceptions vAPI.localStorage = { - started: vAPI.webextFlavor.soup.has('mobile') === false, + started: false, start: function() { this.started = true; },