From 1d6761a9a1d0be5fcc8e2052a73614068a1a1bda Mon Sep 17 00:00:00 2001 From: tekkub Date: Fri, 16 Oct 2009 20:53:49 -0600 Subject: Use "collapsable" in sidebar --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 863e5b2..009a5b6 100644 --- a/js/main.js +++ b/js/main.js @@ -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 -- cgit v1.3.1