chore: remove unused imports/variables

This commit is contained in:
wukko
2024-05-14 13:08:36 +06:00
parent 7db84a15e2
commit 3e5ccea23c
5 changed files with 5 additions and 6 deletions

View File

@@ -679,7 +679,7 @@ window.onload = () => {
}
}
eid("url-input-area").addEventListener("keydown", (e) => {
eid("url-input-area").addEventListener("keydown", () => {
button();
})
eid("url-input-area").addEventListener("keyup", (e) => {