re-enabled listeners
This commit is contained in:
parent
e65c88cde2
commit
f4024bba66
1 changed files with 2 additions and 2 deletions
|
@ -587,8 +587,8 @@ async function backup() {
|
||||||
console.log("in sync: ", storage);
|
console.log("in sync: ", storage);
|
||||||
const localStorage = await browser.storage.local.get();
|
const localStorage = await browser.storage.local.get();
|
||||||
console.log("inLocal:", localStorage);
|
console.log("inLocal:", localStorage);
|
||||||
//browser.storage.onChanged.addListener(syncOnChangedListener);
|
await browser.storage.onChanged.addListener(syncOnChangedListener);
|
||||||
//addContextualIdentityListeners(backup);
|
await addContextualIdentityListeners(backup);
|
||||||
}
|
}
|
||||||
|
|
||||||
browser.resetMAC1 = async function () {
|
browser.resetMAC1 = async function () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue