From 6b8e03fb8e57d91e5572270f54bf5c9a51fd9f15 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 17 Sep 2023 22:01:02 +0300 Subject: Cleaned code. Fixed not able to select popup buttons with keyboard https://codeberg.org/LibRedirect/browser_extension/issues/106 --- src/pages/options/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pages/options/index.js') diff --git a/src/pages/options/index.js b/src/pages/options/index.js index 1fba923a..2861203a 100644 --- a/src/pages/options/index.js +++ b/src/pages/options/index.js @@ -249,7 +249,7 @@ async function createList(frontend, networks, document, redirects, blacklist) { .getElementsByClassName("checklist")[0] if (!redirects[frontend]) { - checklist.innerHTML = '
No instances found.
' + checklist.innerHTML = '
No instances found.
' break } @@ -287,8 +287,8 @@ async function createList(frontend, networks, document, redirects, blacklist) { }) checklist.innerHTML = [ - `
-

${utils.camelCase(network)}

+ `
+
`, ...content, "
" -- cgit 1.4.1