diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-06 19:42:59 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-06 19:42:59 -0800 |
commit | 19ffd1a0d35afbd06d5c6cb869ff13728d6ea483 (patch) | |
tree | b6d931e8d42eead2283c84812e7b84f983a19341 /ext/bg/search.html | |
parent | e27355a6b01c3e8b31d30951105bd13e84fedef1 (diff) |
anki related fixes, version bump1.1.1
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 f158306d..adeb9373 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -18,7 +18,7 @@ <p> <form class="input-group"> - <input type="text" class="form-control" placeholder="Search for..." id="query"> + <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"> </span> |