aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/search.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-08 19:49:08 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-08 20:01:03 -0400
commit1074c33f2074984fe5b21654e944d787408c0a93 (patch)
tree58b61efabc8445d60ed010ac371e373a000825d7 /ext/bg/search.html
parent9d488e1916f60ca03ccbff511f810753176d9023 (diff)
Add support for query parameter in URL on search page
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r--ext/bg/search.html2
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>