Skip to content
Snippets Groups Projects
Commit 478f72f6 authored by Sietze van Buuren's avatar Sietze van Buuren Committed by Andre Moreira Magalhaes
Browse files

Expandle nested menu in deselected top sections

parent 46701896
No related branches found
No related tags found
1 merge request!425Expandle nested menu in deselected top sections
Pipeline #372500 passed with warnings
......@@ -36,7 +36,7 @@ function toggleSidebar(item) {
// stop if we're in the wrong section
var link = lis[j].firstElementChild.href;
if (!link.includes(current_section)) {
break;
continue;
}
// expand and activate section that matches current page
if (current_url.includes(link)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment