X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/73f7cdebc3e20a3cd40d1a955f5a08742a5b8fdf..b0968890317ffaab0352f6278340d310aacfdc54:/templates/web/doc/index.js diff --git a/templates/web/doc/index.js b/templates/web/doc/index.js deleted file mode 100644 index c656046..0000000 --- a/templates/web/doc/index.js +++ /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');