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 9ba9546..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-$('#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');