mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-12 15:10:13 +00:00
fix format linter
This commit is contained in:
parent
761030ca55
commit
190f545ef2
@ -83,7 +83,6 @@ document.getElementById('autostart').addEventListener('click', function () {
|
||||
toggleAutostart();
|
||||
});
|
||||
|
||||
|
||||
let fullUrlInput = document.getElementById('full-url');
|
||||
fullUrlInput.addEventListener('change', () => {
|
||||
browserType.storage.local.set({
|
||||
@ -200,7 +199,6 @@ function setStatusIcon(connected) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// fill in form
|
||||
document.addEventListener('DOMContentLoaded', async () => {
|
||||
function onGot(item) {
|
||||
|
Loading…
Reference in New Issue
Block a user