From cd435bae5c2a147372dd357061601735407a0a9f Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 2 Mar 2011 21:29:06 -0800 Subject: remove the js files --- js/main.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 js/main.js (limited to 'js/main.js') 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 -- cgit v1.3.1