Skip to content

Commit

Permalink
Work toward removing use of localStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 21, 2020
1 parent 1a79a53 commit 4f75a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/chromium/vapi-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down

0 comments on commit 4f75a07

Please sign in to comment.