From ab1e2b3d5d79d177d273bb19841615d43cd83df6 Mon Sep 17 00:00:00 2001 From: siikamiika Date: Thu, 26 Oct 2017 10:31:59 +0300 Subject: [PATCH] settings: move main dictionary below Dictionaries, styling --- ext/bg/js/settings.js | 2 +- ext/bg/settings.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ext/bg/js/settings.js b/ext/bg/js/settings.js index 19cdfa60..7a9ba4f9 100644 --- a/ext/bg/js/settings.js +++ b/ext/bg/js/settings.js @@ -122,7 +122,7 @@ async function formMainDictionaryOptionsPopulate(options) { options.general.mainDictionary = ''; } - const notSelectedOptionHtml = ``; + const notSelectedOptionHtml = ``; select.append($([notSelectedOptionHtml].concat(formOptionsHtml).join(''))); } diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 8c457652..f430d5e2 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -60,11 +60,6 @@ -
- - -
-
+
+

Yomichan can import and use a variety of dictionary formats. Unneeded dictionaries can be disabled, or you can simply purge the database to delete everything.