Move static files into separate staticroot directory
[exim-website.git] / templates / web / doc / index.js
diff --git a/templates/web/doc/index.js b/templates/web/doc/index.js
deleted file mode 100644 (file)
index c656046..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// Add the expand/collapse functionality
-       $('#chapters')
-               .addClass('expandable')
-               .find('.button')
-               .click(function(){
-                       $(this).parent().toggleClass('open');
-               });
-       $('#options img.expand').click(function(){ $('.chapter').addClass('open'); });
-       $('#options img.collapse').click(function(){ $('.chapter').removeClass('open') });
-       $('#options').removeClass('hidden');