From e087e7dee07555f7b78e108dc414959998628ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 23 Apr 2010 12:19:06 -0400 Subject: [PATCH] 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. --- demos/autocomplete/remote-with-cache.html | 33 ++++++----------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html index a00c741e44e..b7f68817510 100644 --- a/demos/autocomplete/remote-with-cache.html +++ b/demos/autocomplete/remote-with-cache.html @@ -12,36 +12,24 @@