From 92ea8e854023199ee430eab2d3624fed27e53da5 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 25 Oct 2013 17:42:38 -0700 Subject: [PATCH] Remove js since we include it globally now. Conflicts: sphinx_rtd_theme/static/theme.js --- sphinx_rtd_theme/static/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_rtd_theme/static/theme.js b/sphinx_rtd_theme/static/theme.js index 8c7b9477..8a711f86 100644 --- a/sphinx_rtd_theme/static/theme.js +++ b/sphinx_rtd_theme/static/theme.js @@ -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"); }); }); - - +*/