mirror of https://github.com/gorhill/uBlock.git
Work toward removing use of localStorage
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/899
This commit is contained in:
parent
1a79a53bfd
commit
4f75a07b9c
|
@ -226,7 +226,7 @@ vAPI.closePopup = function() {
|
||||||
// Always use a wrapper to seamlessly handle exceptions
|
// Always use a wrapper to seamlessly handle exceptions
|
||||||
|
|
||||||
vAPI.localStorage = {
|
vAPI.localStorage = {
|
||||||
started: vAPI.webextFlavor.soup.has('mobile') === false,
|
started: false,
|
||||||
start: function() {
|
start: function() {
|
||||||
this.started = true;
|
this.started = true;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue