This commit is contained in:
Ana Costa 2025-02-21 16:22:40 +01:00 committed by GitHub
commit ea3e07f19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -111,7 +111,7 @@ function ThemeNav () {
.wrap("<div class='wy-table-responsive citation'></div>");
// Add expand links to all parents of nested ul
$('.wy-menu-vertical ul').not('.simple').siblings('a').each(function () {
$('.wy-menu-vertical li > ul').not('.simple').siblings('a').each(function () {
var link = $(this);
expand =
$('<button class="toctree-expand" title="Open/close menu"></button>');