summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0b309b2)
raw | patch | inline | side by side (parent: 0b309b2)
author | Florian Forster <ff@octo.it> | |
Mon, 21 Jun 2010 16:53:10 +0000 (18:53 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 21 Jun 2010 16:53:10 +0000 (18:53 +0200) |
Otherwise the user won't be able to click the links.
share/collection.js | patch | blob | history |
diff --git a/share/collection.js b/share/collection.js
index 99684524192ad31a08f0e67a9be5326134b9eef1..e9b376abd3135e09134c935af82929586069a453 100644 (file)
--- a/share/collection.js
+++ b/share/collection.js
$("#search-input").blur (function()
{
- $("#search-suggest").hide ();
+ window.setTimeout (function ()
+ {
+ $("#search-suggest").hide ();
+ }, 500);
});
$("#search-input").focus (function()