diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-08 19:49:08 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-08 20:01:03 -0400 |
commit | 1074c33f2074984fe5b21654e944d787408c0a93 (patch) | |
tree | 58b61efabc8445d60ed010ac371e373a000825d7 /ext/bg/search.html | |
parent | 9d488e1916f60ca03ccbff511f810753176d9023 (diff) |
Add support for query parameter in URL on search page
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 668b2436..141dea5d 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -20,7 +20,7 @@ <form class="input-group" style="padding-top: 10px;"> <input type="text" class="form-control" placeholder="Search for..." id="query" autofocus> <span class="input-group-btn"> - <input type="submit" class="btn btn-default form-control" id="search" value="Search" disabled> + <input type="submit" class="btn btn-default form-control" id="search" value="Search"> </span> </form> |