Since a recent Lay theme update our site https://dominikbachmann.com (user & pw: 0000) is no longer working on mobile (desktop works fine), due to fatal JS errors that occur both on load and on menu click:
ON LOAD error:
Uncaught TypeError: Cannot read properties of undefined (reading 'currentStyle')
at HTMLDivElement.<anonymous> (frontend.app.min.js?ver=4.1.0:1)
at Function.each (jquery.min.js?ver=3.6.0:2)
at S.fn.init.each (jquery.min.js?ver=3.6.0:2)
at ao (frontend.app.min.js?ver=4.1.0:1)
at Object.initModule (frontend.app.min.js?ver=4.1.0:1)
at Object.<anonymous> (frontend.app.min.js?ver=4.1.0:1)
at n (frontend.app.min.js?ver=4.1.0:1)
at frontend.app.min.js?ver=4.1.0:1
at frontend.app.min.js?ver=4.1.0:1
ON MENU CLICK error:
frontend.app.min.js?ver=4.1.0:1 Uncaught TypeError: Cannot read properties of undefined (reading 'find')
at HTMLAnchorElement.<anonymous> (frontend.app.min.js?ver=4.1.0:1)
at HTMLDocument.dispatch (jquery.min.js?ver=3.6.0:2)
at HTMLDocument.v.handle (jquery.min.js?ver=3.6.0:2)