aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/frontend.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-01-16 23:22:38 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-01-16 23:22:38 +0200
commit8292be92d8958fc09dceb7c6bf252ac1c170ed1a (patch)
treeae2de7c8bf26a01cd6b30350cfd8e04622f13440 /ext/fg/js/frontend.js
parent9b4ec5a094cddc65e2444f022b19465fccddda75 (diff)
use TextScanner in QueryParser
Diffstat (limited to 'ext/fg/js/frontend.js')
-rw-r--r--ext/fg/js/frontend.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js
index 034d9075..9621ed2b 100644
--- a/ext/fg/js/frontend.js
+++ b/ext/fg/js/frontend.js
@@ -90,9 +90,8 @@ class Frontend extends TextScanner {
}
async updateOptions() {
- this.options = await apiOptionsGet(this.getOptionsContext());
+ this.setOptions(await apiOptionsGet(this.getOptionsContext()));
await this.popup.setOptions(this.options);
- this.setEnabled(this.options.general.enable);
}
async onSearchSource(textSource, cause) {