diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 15:53:58 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 15:53:58 +0000 |
commit | 39707941f543433f836a6111511f63cc81c02f74 (patch) | |
tree | 37d978a3dca61095d7c8d4e5defb5456f1dbf4a8 | |
parent | 9fc23e11080da1422403c762383c9b4bd1f6457e (diff) | |
download | jquery-ui-39707941f543433f836a6111511f63cc81c02f74.tar.gz jquery-ui-39707941f543433f836a6111511f63cc81c02f74.zip |
Tweaks to fillSpace page
-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> |