diff options
| author | tekkub <tekkub@gmail.com> | 2009-10-16 20:53:49 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-10-16 20:53:49 -0600 |
| commit | 1d6761a9a1d0be5fcc8e2052a73614068a1a1bda (patch) | |
| tree | 4613713eda5166173525be05877562d7171188c1 /js | |
| parent | e57d371b93f2e46a06ea592b2dcef2b5063cf92e (diff) | |
Use "collapsable" in sidebar
Diffstat (limited to 'js')
| -rw-r--r-- | js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ $(function(){ $(".sidebar").accordion({ - header: 'h3', autoHeight: false, + header: 'h3', autoHeight: false, collapsible: true, icons: {'header': 'ui-icon-triangle-expand', 'headerSelected': 'ui-icon-triangle-collapse'}, navigation: true, navigationFilter: function() {if (typeof main_category != "undefined") {return this.id == main_category}} }); })
\ No newline at end of file |
