diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 22:53:33 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 22:53:33 +0000 |
commit | 52739742794755e8472fbe05c84d510a2108a442 (patch) | |
tree | 7a4f2837dbc4b0119df50ece32ac942138a12ed6 /demos/index.html | |
parent | ed437d785d7f03b0aa66a982aaef150496fd5159 (diff) | |
download | jquery-ui-52739742794755e8472fbe05c84d510a2108a442.tar.gz jquery-ui-52739742794755e8472fbe05c84d510a2108a442.zip |
demos: wrapped up effects demos. Removed easing for now
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/index.html b/demos/index.html index c409115f2..a17aad6ce 100644 --- a/demos/index.html +++ b/demos/index.html @@ -85,9 +85,8 @@ <dd><a href="slider/index.html">Slider</a></dd> <dd><a href="tabs/index.html">Tabs</a></dd> <dt>Effects</dt> - <dd><a href="effects_easing/index.html">Easing</a></dd> <dd><a href="effects_general/index.html">General</a></dd> - <dd><a href="effects/index.html">Show/Hide</a></dd> + <dd><a href="effects_showhide/index.html">Show/Hide</a></dd> </dl> </td> <td class="normal"> |