Fix edit
* Bump version to 1.5.1
This commit is contained in:
parent
b9d8c89120
commit
73944b22ad
3 changed files with 4 additions and 6 deletions
|
|
@ -24,5 +24,5 @@
|
|||
"storage",
|
||||
"clipboardWrite"
|
||||
],
|
||||
"version": "1.5.0"
|
||||
"version": "1.5.1"
|
||||
}
|
||||
4
popup.js
4
popup.js
|
|
@ -61,9 +61,7 @@ async function init()
|
|||
stop();
|
||||
});
|
||||
export_elt.addEventListener('click', () => { store.export(); });
|
||||
import_elt.addEventListener('click', () => {
|
||||
browser.tabs.create({ url: "options.html" });
|
||||
});
|
||||
import_elt.addEventListener('click', () => { browser.tabs.create({ url: "options.html" }); });
|
||||
document.querySelector('#notification img').addEventListener(
|
||||
'click', notification.close_notification.bind(notification));
|
||||
|
||||
|
|
|
|||
2
store.js
2
store.js
|
|
@ -469,7 +469,7 @@ class Entry
|
|||
this.refresh(counter);
|
||||
this.refreshTimer((count_time - counter) * 30);
|
||||
});
|
||||
this.save();
|
||||
this.store.save();
|
||||
this.elements.main.removeChild(secret_container_elt);
|
||||
this.elements.action.removeChild(done_elt);
|
||||
this.elements.action.removeChild(close_elt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue