These files should now be unneeeded ¯\_(ツ)_/¯

This commit is contained in:
Matthew Iversen 2013-11-05 18:09:51 +11:00
parent e49c76e568
commit ca0f8253f2
2 changed files with 0 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,16 +0,0 @@
$( document ).ready(function() {
// Shift nav in mobile when clicking the menu.
$("[data-toggle='wy-nav-top']").click(function() {
$("[data-toggle='wy-nav-shift']").toggleClass("shift");
$("[data-toggle='rst-versions']").toggleClass("shift");
});
// Close menu when you click a link.
$(".wy-menu-vertical .current ul li a").click(function() {
$("[data-toggle='wy-nav-shift']").removeClass("shift");
$("[data-toggle='rst-versions']").toggleClass("shift");
});
$("[data-toggle='rst-current-version']").click(function() {
$("[data-toggle='rst-versions']").toggleClass("shift-up");
});
$("table.docutils:not(.field-list").wrap("<div class='wy-table-responsive'></div>");
});