diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-01-30 02:35:37 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-01-30 02:35:37 +0000 |
commit | 2c1d4675a8e5424861db3d797e5fa38760c0a872 (patch) | |
tree | 40a1845d00059c29434c1af3dff0ef2499a0b51b /demos/accordion/index.html | |
parent | 1631cf4ba3615ac6b61a3bf298c7132081dc28ea (diff) | |
download | jquery-ui-2c1d4675a8e5424861db3d797e5fa38760c0a872.tar.gz jquery-ui-2c1d4675a8e5424861db3d797e5fa38760c0a872.zip |
Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, allowing accordions to work with dl's and ul's again.
Diffstat (limited to 'demos/accordion/index.html')
-rw-r--r-- | demos/accordion/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/accordion/index.html b/demos/accordion/index.html index 309c75de0..89134f902 100644 --- a/demos/accordion/index.html +++ b/demos/accordion/index.html @@ -13,7 +13,6 @@ <li><a href="collapsible.html">Collapse content</a></li> <li><a href="mouseover.html">Open on mouseover</a></li> <li><a href="custom-icons.html">Customize icons</a></li> - </ul> </div> </body> |