Skip to content

Commit

Permalink
extractors to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
leliel12 committed Dec 20, 2017
1 parent 759738f commit 10ef238
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/source/_static/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@ $(document).ready(function(){
var title = $div.find("span.extractor-name").text().trim();
var id = $div.find("div.panel-heading").attr("id");



$ulFeaturesList.append("<li><a href='#" + id + "'>" + title + "</a></li>");
$ulFeaturesList.find("a[href='#" + id + "']").click(function(){
$allPanels.not($panel).collapse("hide");
$panel.collapse('show');
window.location.hash = "#" + id;
});



});

});

0 comments on commit 10ef238

Please sign in to comment.