diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-05-27 08:35:18 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-05-27 08:35:18 -0400 |
commit | 8a972f5cce2b84a431a700201cdf649edd2f4ac7 (patch) | |
tree | 62cbcf17bb74fa3869faca2999130eb13091926a /demos/autocomplete | |
parent | be7da0239a5dbcd1a1458a5b642dc366fe626efe (diff) | |
download | jquery-ui-8a972f5cce2b84a431a700201cdf649edd2f4ac7.tar.gz jquery-ui-8a972f5cce2b84a431a700201cdf649edd2f4ac7.zip |
Autocomplete: Whitespace.
Diffstat (limited to 'demos/autocomplete')
-rw-r--r-- | demos/autocomplete/search.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/autocomplete/search.php b/demos/autocomplete/search.php index cbe78a52a..835772dee 100644 --- a/demos/autocomplete/search.php +++ b/demos/autocomplete/search.php @@ -1,4 +1,6 @@ <?php + +sleep( 3 ); // no term passed - just exit early with no response if (empty($_GET['term'])) exit ; $q = strtolower($_GET["term"]); |