Remove js since we include it globally now.

Conflicts:

	sphinx_rtd_theme/static/theme.js
This commit is contained in:
Eric Holscher 2013-10-25 17:42:38 -07:00
parent bb11ecbe68
commit 92ea8e8540

View File

@ -1,3 +1,4 @@
/* Comment this because we include this information in our main JS file.
$(document).ready(function() {
// Shift nav in mobile when clicking the menu.
$(document).on('click', "[data-toggle='wy-nav-top']", function() {
@ -13,5 +14,4 @@ $(document).ready(function() {
$("[data-toggle='rst-versions']").toggleClass("shift-up");
});
});
*/