diff options
| author | Chris Wanstrath <chris@ozmm.org> | 2011-03-02 21:29:06 -0800 |
|---|---|---|
| committer | Chris Wanstrath <chris@ozmm.org> | 2011-03-02 21:29:06 -0800 |
| commit | cd435bae5c2a147372dd357061601735407a0a9f (patch) | |
| tree | 30498874a4b637dfdfddac545fa0db2ef530b187 /js/main.js | |
| parent | f72958af513fa7fa1676846f94a9e0590f7cf908 (diff) | |
remove the js files
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 |
