fix format linter

This commit is contained in:
Simon 2024-05-01 22:23:26 +02:00
parent 761030ca55
commit 190f545ef2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 2 deletions

View File

@ -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) {