From 40c0ff58c76d2a07268f7f8c96ecee0db081058b Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 2 Feb 2022 17:46:14 +0300 Subject: Changing way of handling variables and settings --- src/pages/options/shared.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pages/options/shared.js') diff --git a/src/pages/options/shared.js b/src/pages/options/shared.js index caa3a407..62da2504 100644 --- a/src/pages/options/shared.js +++ b/src/pages/options/shared.js @@ -17,7 +17,6 @@ function parseURL(urlString) { return ""; } - function autocomplete(input, list) { let currentFocus; input.addEventListener("focus", (e) => { @@ -109,9 +108,6 @@ function autocomplete(input, list) { } - - - export default { autocompletes, parseURL, -- cgit 1.4.1