mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Remove js since we include it globally now.
Conflicts: sphinx_rtd_theme/static/theme.js
This commit is contained in:
parent
bb11ecbe68
commit
92ea8e8540
@ -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");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user