mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue