minicomp / wax-facets

The second Wax theme. Good times.
https://minicomp.github.io/wax-facets/
Other
9 stars 8 forks source link

fix for jQuery #37

Closed amzoss closed 2 years ago

amzoss commented 2 years ago

Hi @elotroalex ! I got jQuery to work just by removing defer. I think defer starts page parsing right away, so it finds the inline JS before jQuery has a chance to load. On my machine, the jQuery error goes away and the filters still seem to work fine. (This also might explain why you weren't seeing the error - maybe jQuery loaded faster for you, so it was available in time for the inline JS?)

If that fix sounds okay to you, feel free to merge. If that's not appropriate, though, maybe there's a better fix.

will fix #35

elotroalex commented 2 years ago

Love it!