Loading core/themes/olivero/js/navigation-utils.js +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ * State to change the sticky header to. */ function toggleStickyHeaderState(pinnedState) { if (isDesktopNav()) { if (siteHeaderFixable !== null) { siteHeaderFixable.classList.toggle('is-expanded', pinnedState); stickyHeaderToggleButton.setAttribute('aria-checked', pinnedState); } Loading Loading
core/themes/olivero/js/navigation-utils.js +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ * State to change the sticky header to. */ function toggleStickyHeaderState(pinnedState) { if (isDesktopNav()) { if (siteHeaderFixable !== null) { siteHeaderFixable.classList.toggle('is-expanded', pinnedState); stickyHeaderToggleButton.setAttribute('aria-checked', pinnedState); } Loading