$()

in js/drill.js [245:247]


    $('li.toctree-l2').filter(function(){ 
      return $(this).next('ul').length > 0;
    });