pekko/akka-docs-dev/_sphinx/themes/akka/static/contentsFix.js
Björn Antonsson 8dec2664fc +pro,doc #15290 Add separate doc project for release-2.3-dev
* Create sepaate project for stream and http docs.
* Make validatePullRequest run the relevant tests only.
2014-05-27 08:18:12 +02: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");
}
});
});