diff options
Diffstat (limited to 'js/main.js')
| -rw-r--r-- | js/main.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/main.js b/js/main.js deleted file mode 100644 index 009a5b6..0000000 --- a/js/main.js +++ /dev/null @@ -1,6 +0,0 @@ -$(function(){ - $(".sidebar").accordion({ - 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 |
