(section)
| 22 | }); |
| 23 | /* Uncollapse parent sections when nested section is specified in the URL or before navigate to it from navbar */ |
| 24 | function uncollapse(section) { |
| 25 | section.parents().each((i, val) => { $(val).children('.closed').click(); }); |
| 26 | } |
| 27 | uncollapse($(window.location.hash)); |
| 28 | $('.wy-menu.wy-menu-vertical li a.reference.internal').click(function() { |
| 29 | uncollapse($($(this).attr('href'))); |