sol2/sphinx_rtd_theme/static/sphinx_rtd_theme.js
2013-10-17 12:59:38 -07:00

7 lines
180 B
JavaScript

$( document ).ready(function() {
$(".icon-reorder").click(function () {
$(".wy-nav-content-wrap").toggleClass("shift");
$(".wy-nav-side").toggleClass("shift");
});
});