diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-08 13:25:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 13:25:07 -0500 |
commit | 6081e3bef0b6c557896dbc09338e0b963d7f6e4c (patch) | |
tree | 3dd83a63a80238d33e0369864ff4ee4c5312a6a0 /ext/fg/float.html | |
parent | 8dc961a61f1526067c6b29882e802de02c8b0327 (diff) |
Make query parser mode select in the base HTML (#1009)
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 68ec09cd..e40a656b 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -23,7 +23,9 @@ </div></div><div class="navigation-header-spacer"></div> <div class="scan-disable" id="query-parser-container" hidden> - <div id="query-parser-select-container" class="input-group"></div> + <div class="search-option" id="query-parser-mode-container" hidden> + <select id="query-parser-mode-select"></select> + </div> <div id="query-parser-content"></div> </div> |