PHP 7.4.33
Preview: theme_extras.js Size: 504 B
//usr/share/javascript/sphinxdoc/1.0/theme_extras.js
$(function() {

  var
    toc = $('#toc').show(),
    items = $('#toc > ul').hide();

  $('#toc h3')
    .click(function() {
      if (items.is(':visible')) {
        items.animate({
          height:     'hide',
          opacity:    'hide'
        }, 300, function() {
          toc.removeClass('expandedtoc');
        });
      }
      else {
        items.animate({
          height:     'show',
          opacity:    'show'
        }, 400);
        toc.addClass('expandedtoc');
      }
    });

});

Directory Contents

Dirs: 0 × Files: 8
Name Size Perms Modified Actions
14.59 KB lrw-r--r-- 2021-01-01 06:53:29
Edit Download
9.40 KB lrw-r--r-- 2021-11-17 15:50:47
Edit Download
281.79 KB lrw-r--r-- 2022-02-21 10:29:39
Edit Download
10.60 KB lrw-r--r-- 2021-12-19 12:55:13
Edit Download
16.55 KB lrw-r--r-- 2021-12-19 12:55:13
Edit Download
4.69 KB lrw-r--r-- 2021-12-19 12:55:13
Edit Download
504 B lrw-r--r-- 2021-01-01 04:57:40
Edit Download
66.79 KB lrw-r--r-- 2021-12-16 10:20:19
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).