| Index: client/web/search.html
|
| diff --git a/client/web/search.html b/client/web/search.html
|
| index 287ea1b1a781dfdeb624875d0993edd6c397013a..6757e884fec1c0fcfd9f19f5fb17d33afe8470f0 100644
|
| --- a/client/web/search.html
|
| +++ b/client/web/search.html
|
| @@ -17,7 +17,7 @@ BSD-style license that can be found in the LICENSE file.
|
| {{!searchQuery.isEmpty && isFocused ? 'open' : ''}}" id="search">
|
| <input type="search" name="q" id="q" autocomplete="off"
|
| class="form-control dropdown-toggle" placeholder="Search API"
|
| - bind-value="searchQuery" on-key-press="updateResults()"
|
| + bind-value="searchQuery"
|
| on-key-up="updateResults()" data-toggle="dropdown">
|
|
|
| <ul class="dropdown-menu pull-right" role="menu"
|
|
|