diff --git a/index.html b/index.html index 641b84c..8df3492 100644 --- a/index.html +++ b/index.html @@ -2491,6 +2491,7 @@ const mobileQuery = window.matchMedia('(max-width: 40rem)') function handleMobileChange(e) { floGlobals.isMobileView = e.matches + routeTo(window.location.hash) } mobileQuery.addEventListener('change', handleMobileChange) handleMobileChange(mobileQuery)