Temporarily efficient way to forget that memory
remove incorrect importation method
This commit is contained in:
parent
b031e842e1
commit
39f537858f
1 changed files with 1 additions and 4 deletions
|
@ -98,10 +98,7 @@ function events(window) {
|
|||
document
|
||||
.querySelector(`[data-action="storage,clear"]`)
|
||||
.addEventListener(`click`, async () => {
|
||||
let storage = (
|
||||
await import(chrome.runtime.getURL(`scripts/secretariat.js`))
|
||||
)["secretariat"];
|
||||
storage.forget(`sites`);
|
||||
secretariat.forget(`sites`);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue