diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 15:35:47 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-19 15:35:47 -0400 |
commit | 7deb873c51ede9fb5e8b23949ccc4dda58650770 (patch) | |
tree | c448ac543db189fce04a478e24734254d4965392 /demos/autocomplete | |
parent | 53489b502dc51edb7707de80ead77549bd529e3a (diff) | |
download | jquery-ui-7deb873c51ede9fb5e8b23949ccc4dda58650770.tar.gz jquery-ui-7deb873c51ede9fb5e8b23949ccc4dda58650770.zip |
Autocompelte demos: Renamed the scrollable demo so the title fits on one line in the sidebar.
Diffstat (limited to 'demos/autocomplete')
-rw-r--r-- | demos/autocomplete/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/index.html b/demos/autocomplete/index.html index c866ba199..02b899a2e 100644 --- a/demos/autocomplete/index.html +++ b/demos/autocomplete/index.html @@ -13,7 +13,7 @@ <li><a href="remote.html">Remote datasource</a></li> <li><a href="remote-with-cache.html">Remote with caching</a></li> <li><a href="remote-jsonp.html">Remote JSONP datasource</a></li> - <li><a href="maxheight.html">Scrollable results (max-height)</a></li> + <li><a href="maxheight.html">Scrollable results</a></li> <li><a href="combobox.html">Combobox</a></li> <li><a href="custom-data.html">Custom data and display</a></li> <li><a href="xml.html">XML data parsed once</a></li> |