You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just dug a bit deeper and see some console errors related to off-set and jQuery. Also looks like there is compatibility issues with rocket-loader from Cloudflare.
Once we combine scripts into single scripts it also increases chances of conflicts and errors over only loading in the files as static files in the footer.
Uncaught TypeError: Cannot read property 'top' of undefined at HTMLAnchorElement.<anonymous> (ec364c2b104a51528ceb8133a2126724.js:53) at HTMLAnchorElement.dispatch (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.v.handle (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.c (rocket-loader.min.js:1) 4ec364c2b104a51528ceb8133a2126724.js:53 Uncaught TypeError: Cannot read property 'top' of undefined at HTMLAnchorElement.<anonymous> (ec364c2b104a51528ceb8133a2126724.js:53) at HTMLAnchorElement.dispatch (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.v.handle (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.c (rocket-loader.min.js:1) (anonymous) @ ec364c2b104a51528ceb8133a2126724.js:53 dispatch @ ec364c2b104a51528ceb8133a2126724.js:3 v.handle @ ec364c2b104a51528ceb8133a2126724.js:3 c @ rocket-loader.min.js:1 4ec364c2b104a51528ceb8133a2126724.js:53 Uncaught TypeError: Cannot read property 'top' of undefined at HTMLAnchorElement.<anonymous> (ec364c2b104a51528ceb8133a2126724.js:53) at HTMLAnchorElement.dispatch (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.v.handle (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.c (rocket-loader.min.js:1)
The text was updated successfully, but these errors were encountered:
As rocket loader is not something I can have any engineering control over, I am not sure I am in a position really to fix that. I also am not a fan of Cloudflare proxy myself and generally avoid their rocket loader. If you see a crash without cloudflare involved, then I can try and assist.
I think rocket loader is great to optimize how javascript is rendering. I just have great experience with the performance boost on on mobile devices which has the biggest challenges with the heavy javascripts.
But I think it is related to my jQuery which is to set the anchor links off-set for the sticky header.
Once disabled it is not throwing any console error in either way. But also loose my functionality of off-set that jumps a bit further than the headline due to sticky header.
@pcfreak30
Just dug a bit deeper and see some console errors related to off-set and jQuery. Also looks like there is compatibility issues with rocket-loader from Cloudflare.
Once we combine scripts into single scripts it also increases chances of conflicts and errors over only loading in the files as static files in the footer.
Uncaught TypeError: Cannot read property 'top' of undefined at HTMLAnchorElement.<anonymous> (ec364c2b104a51528ceb8133a2126724.js:53) at HTMLAnchorElement.dispatch (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.v.handle (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.c (rocket-loader.min.js:1) 4ec364c2b104a51528ceb8133a2126724.js:53 Uncaught TypeError: Cannot read property 'top' of undefined at HTMLAnchorElement.<anonymous> (ec364c2b104a51528ceb8133a2126724.js:53) at HTMLAnchorElement.dispatch (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.v.handle (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.c (rocket-loader.min.js:1) (anonymous) @ ec364c2b104a51528ceb8133a2126724.js:53 dispatch @ ec364c2b104a51528ceb8133a2126724.js:3 v.handle @ ec364c2b104a51528ceb8133a2126724.js:3 c @ rocket-loader.min.js:1 4ec364c2b104a51528ceb8133a2126724.js:53 Uncaught TypeError: Cannot read property 'top' of undefined at HTMLAnchorElement.<anonymous> (ec364c2b104a51528ceb8133a2126724.js:53) at HTMLAnchorElement.dispatch (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.v.handle (ec364c2b104a51528ceb8133a2126724.js:3) at HTMLAnchorElement.c (rocket-loader.min.js:1)
The text was updated successfully, but these errors were encountered: