summaryrefslogtreecommitdiff
path: root/ext/bg/js/search-query-parser.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-11-13 13:11:41 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2019-11-23 17:50:46 +0200
commit933fd77957cac4027c389b43cddaeb3ea65d9faa (patch)
tree75f71ed661b0eacdf4acf81c33e0c9afa960a7c4 /ext/bg/js/search-query-parser.js
parent707b039927f27443f9e32cffe342e7f778dff955 (diff)
remove async
Diffstat (limited to 'ext/bg/js/search-query-parser.js')
-rw-r--r--ext/bg/js/search-query-parser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/search-query-parser.js b/ext/bg/js/search-query-parser.js
index 71ebb389..c0cad773 100644
--- a/ext/bg/js/search-query-parser.js
+++ b/ext/bg/js/search-query-parser.js
@@ -86,7 +86,7 @@ class QueryParser {
})();
}
- async onParserChange(e) {
+ onParserChange(e) {
const selectedParser = e.target.value;
this.selectedParser = selectedParser;
apiOptionsSet({parsing: {selectedParser}}, this.search.getOptionsContext());