diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-11 11:07:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 11:07:05 +0200 |
commit | 9ffd0cb441f9773651ed734d8bccce3667700ceb (patch) | |
tree | 1edfdff45596a70a0e117559fac391c83b96ca9a /ext/bg/js/search.js | |
parent | 17181eb97efcef6a4221397cfe6030b880792e32 (diff) | |
parent | 9c98c631afde843f8b5ed4c54fc1f4ff0ec3a00a (diff) |
Merge pull request #350 from siikamiika/query-parser-html-templates
query parser html templates
Diffstat (limited to 'ext/bg/js/search.js')
-rw-r--r-- | ext/bg/js/search.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/bg/js/search.js b/ext/bg/js/search.js index 4da27513..6641255f 100644 --- a/ext/bg/js/search.js +++ b/ext/bg/js/search.js @@ -49,6 +49,8 @@ class DisplaySearch extends Display { try { await this.initialize(); + await this.queryParser.prepare(); + const {queryParams: {query='', mode=''}} = parseUrl(window.location.href); if (this.search !== null) { |