sol2/sphinx_rtd_theme/static/sphinx-rtd-theme.js

7 lines
180 B
JavaScript
Raw Normal View History

2013-10-18 02:44:56 +08:00
$( document ).ready(function() {
$(".icon-reorder").click(function () {
$(".wy-nav-content-wrap").toggleClass("shift");
$(".wy-nav-side").toggleClass("shift");
});
});