Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1157)

Unified Diff: client/web/search.html

Issue 22862004: added a timeout of 500 milliseconds. (Closed) Base URL: git@github.com:dart-lang/dartdoc-viewer.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/web/search.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « client/web/search.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698