pekko/akka-docs/_sphinx/themes/akka/static/contentsFix.js
2012-03-06 13:20:00 +13:00

10 lines
No EOL
201 B
JavaScript

jQuery(document).ready(function($) {
$("#toc ul").each(function(){
var elem = $(this);
if (elem.children().length == 0) {
$(".contents-title").css("display","none");
}
});
});