Hi, Could you point me to what's actually using JQuery in the theme? It pulls in JQuery, JQuery Migrate, and JQuery Appear but I'm struggling to actually find anything that uses it.
Cheers.
@Xen-Echo Good question! It should no be longer necessary to load the three scripts you are referring to, as everything else (Hamburger Menu, Theme Switcher and Medium Zoom) are implemented in vanilla JavaScript.
Awesome I guess the question is: should I remove them? Could shave some loading time and the pages aren't bloated with unused scripts!
@Xen-Echo You were a bit faster commenting than I could push the update. I've removed them now, as it will help with the load times, maintainability and security.
@lxndrblz Awesome thanks for that!