diff options
| author | tekkub <tekkub@gmail.com> | 2009-10-16 17:25:41 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2009-10-16 17:25:41 -0600 |
| commit | 9f237f1ff8326de74e4640c460f095cbff6aa7f3 (patch) | |
| tree | 0987865207b35b9483049593d3cdad14e8066dfb /js/main.js | |
| parent | 5ef88809cc6af138409adcd1878009a36714dc67 (diff) | |
Use jQuery UI's icon classes
Diffstat (limited to 'js/main.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 |
