diff options
author | Felix Nagel <info@felixnagel.com> | 2011-12-28 20:10:14 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2011-12-28 20:10:14 +0100 |
commit | f4e806506c852bcf5cb42e6390f75d346fbd7d11 (patch) | |
tree | 9c0d012f50e5a6a5c810c6391d444eb9828da9e7 | |
parent | af2d0e69f86671bc7ff203456da2eb957cb620c5 (diff) | |
parent | 8a0b734927609c5972a8d12da35d9c51a09c40f2 (diff) | |
download | jquery-ui-f4e806506c852bcf5cb42e6390f75d346fbd7d11.tar.gz jquery-ui-f4e806506c852bcf5cb42e6390f75d346fbd7d11.zip |
Merge branch 'selectmenu' of github.com:fnagel/jquery-ui into selectmenu
-rw-r--r-- | demos/selectmenu/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/selectmenu/index.html b/demos/selectmenu/index.html index 8b2714105..355853a45 100644 --- a/demos/selectmenu/index.html +++ b/demos/selectmenu/index.html @@ -14,7 +14,7 @@ <li class="demo-config-on"><a href="disable_enable.html">Disable example</a></li> <li class="demo-config-on"><a href="ajax.html">Select callback with AJAX</a></li> <li class="demo-config-on"><a href="background_image.html">Background image example</a></li> - <li class="demo-config-on"><a href="method.html">How to use a method</a></li> + <li class="demo-config-on"><a href="methods.html">How to use a method</a></li> <li class="demo-config-on"><a href="dependency.html">Simple dependency example</a></li> </ul> </div> |