diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-18 13:00:29 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-18 13:00:29 -0700 |
commit | 57697ee2a09dd5ad0a567b7104e4a5ac9a4f1b23 (patch) | |
tree | 9b67ed5633c598eea26e1a2afb686f79bd682fdf /ext/bg/search.html | |
parent | e782a4343251bb76c3b7d0bb4b788d7a6ac7756e (diff) |
polish and initial command support
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 e9c25e15..2fd44fc7 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -20,7 +20,7 @@ <form class="input-group"> <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"> + <input type="submit" class="btn btn-default form-control" id="search" value="Search" disabled> </span> </form> </p> |