From: Scott González Date: Fri, 23 Apr 2010 16:19:06 +0000 (-0400) Subject: Autocomplete: Changed cache demo to cache all results. X-Git-Tag: 1.9m1~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e087e7dee07555f7b78e108dc414959998628ec7;p=jquery-ui.git Autocomplete: Changed cache demo to cache all results. Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request. --- diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html index a00c741e4..b7f688175 100644 --- a/demos/autocomplete/remote-with-cache.html +++ b/demos/autocomplete/remote-with-cache.html @@ -12,36 +12,24 @@