diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/main.js | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ $(function(){ - $(".sidebar").accordion({ header: 'h3', autoHeight: false, navigation: true, navigationFilter: function() {if (typeof main_category != "undefined") {return this.id == main_category}} }); + $(".sidebar").accordion({ + header: 'h3', autoHeight: false, + 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 |
