diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-12 23:57:21 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-23 17:50:46 +0200 |
commit | 9dff658640d864fbabe063161b68e752a6bd3b3b (patch) | |
tree | eed56be91d5db63354e3af6aa9898c3bc12eec0b /ext/bg/search.html | |
parent | 84f30113e4b8b750525b5e67a2a6bfa68da666ff (diff) |
add parser selection
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 48e7dbf5..e819ebe6 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -47,7 +47,12 @@ <img src="/mixed/img/spinner.gif"> </div> - <div id="query-parser" class="scan-disable"></div> + <div class="scan-disable"> + <div id="query-parser-select" class="input-group"></div> + <div id="query-parser"></div> + </div> + + <hr> <div id="content"></div> </div> |