mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-22 11:40: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();
|
toggleAutostart();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
let fullUrlInput = document.getElementById('full-url');
|
let fullUrlInput = document.getElementById('full-url');
|
||||||
fullUrlInput.addEventListener('change', () => {
|
fullUrlInput.addEventListener('change', () => {
|
||||||
browserType.storage.local.set({
|
browserType.storage.local.set({
|
||||||
@ -200,7 +199,6 @@ function setStatusIcon(connected) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// fill in form
|
// fill in form
|
||||||
document.addEventListener('DOMContentLoaded', async () => {
|
document.addEventListener('DOMContentLoaded', async () => {
|
||||||
function onGot(item) {
|
function onGot(item) {
|
||||||
|
Loading…
Reference in New Issue
Block a user