$()

in js/drill.js [182:184]


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