diff options
-rw-r--r-- | demos/autocomplete/remote-jsonp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html index 8abd147fb..3daa9b0b7 100644 --- a/demos/autocomplete/remote-jsonp.html +++ b/demos/autocomplete/remote-jsonp.html @@ -24,7 +24,7 @@ data: { featureClass: "P", style: "full", - maxRows: 15, + maxRows: 12, name_startsWith: request.term }, success: function(data) { |