Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
show nav menu for hidden pages when active
  • Loading branch information
rickkas7 committed Apr 28, 2025
commit c192b5493f98da56f0e685744d2d578278ed7e7c
2 changes: 1 addition & 1 deletion src/assets/js/navmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ navMenu.generateNavHtmlInternal = function(submenuObj, options) {

}

if (itemObj.internal) {
if (itemObj.internal && !itemObj.isActivePage) {
if (typeof apiHelperAuth == 'undefined' || !apiHelperAuth.isInternal) {
continue;
}
Expand Down