X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fcollection.js;h=e9b376abd3135e09134c935af82929586069a453;hp=99684524192ad31a08f0e67a9be5326134b9eef1;hb=1ef0c31138a4429fbfc666a7ff96feaced17fa7d;hpb=0b309b20095f91057133a0956343962ac4d54b19 diff --git a/share/collection.js b/share/collection.js index 9968452..e9b376a 100644 --- a/share/collection.js +++ b/share/collection.js @@ -58,7 +58,10 @@ $(document).ready(function() { $("#search-input").blur (function() { - $("#search-suggest").hide (); + window.setTimeout (function () + { + $("#search-suggest").hide (); + }, 500); }); $("#search-input").focus (function()