summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2011-11-23 13:21:33 -0800
committerFelix Nagel <info@felixnagel.com>2011-11-23 13:21:33 -0800
commit8a0b734927609c5972a8d12da35d9c51a09c40f2 (patch)
tree0111ebb465b821f904a4c2fef7b1638e60574b8e
parent0f63b4b1fa0013f600996e883b46a8e6a5b9e627 (diff)
parent868fed651fcc000483a44b637e9b0778f1f453db (diff)
downloadjquery-ui-8a0b734927609c5972a8d12da35d9c51a09c40f2.tar.gz
jquery-ui-8a0b734927609c5972a8d12da35d9c51a09c40f2.zip
Merge pull request #192 from captbaritone/patch-1
Fixed link to methods.html. Used to be "method.php"
-rw-r--r--demos/selectmenu/index.html2
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>