Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
re-enable sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Aug 7, 2018
1 parent 396a009 commit 3f079da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_static/js/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function render_lefttoc() {
}
else {
var toc = $('.leftsidebar > .sphinxsidebarwrapper > ul.current > li.current > ul').clone();
//render_left_helper(toc);
render_left_helper(toc);
$('.sphinxsidebar').css("visibility", "visible");
}
}
Expand Down Expand Up @@ -218,7 +218,7 @@ $(document).ready(function () {
}
}
render_righttoc();
//if ($('.leftsidebar').length) render_lefttoc();
if ($('.leftsidebar').length) render_lefttoc();
}
if ($('div.sphinxsidebar').css('visibility') == 'hidden') $('.content').css('width', '100%');
if (url.indexOf('/api/') != -1) return;
Expand Down

0 comments on commit 3f079da

Please sign in to comment.