diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/accordion/fillspace.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/accordion/fillspace.html b/demos/accordion/fillspace.html index 83a6c0d88..7e1a1c907 100644 --- a/demos/accordion/fillspace.html +++ b/demos/accordion/fillspace.html @@ -13,7 +13,6 @@ $("#accordion").accordion({ header: "h3", fillSpace: true, - autoHeight: false }); }); $(function() { @@ -26,6 +25,7 @@ <div class="demo"> <div id="accordionResizer" style="padding:5px;" class="ui-widget-content"> + <div id="accordion"> <div> <h3><a href="#">Section 1</a></h3> |