mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08: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