1
0
Fork 0
forked from OpenNeo/impress
impress/app
Emi Matchu c3eab22b4e Downgrade jQuery on homepage to be the same version as everywhere else
I noticed an issue where Turbo-loading between the Your Items page and
the homepage would clobber each other's copy of jQuery, breaking things
sometimes. e.g. go to Your Items, then go to home, then go to Your
Items, and the page's JS fails because `$.fn.live` isn't defined.

I briefly tested the homepage and it didn't seem to actually depend on
any features from the later version of jQuery? At least not that I
noticed! So I'll just downgrade for consistency. (I also tried
upgrading the Your Items page, but there's too much usage of
`$.fn.live`, which is replaced with a notably different syntax in
jQuery 2.0+.)
2024-03-13 21:38:45 -07:00
..
assets Fix various JS Turbo issues 2024-03-13 21:26:22 -07:00
controllers Hack to speed up loading the homepage 2024-03-13 13:51:28 -07:00
helpers Downgrade jQuery on homepage to be the same version as everywhere else 2024-03-13 21:38:45 -07:00
javascript Fix the Chakra CSS reset applying to too many things on item page 2024-03-13 20:57:30 -07:00
mailers/fundraising Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
models Oops, choose the *first* PNG from the manifest, to avoid reference art 2024-03-07 14:16:05 -08:00
services Save manifest load info when preloading them, too 2024-02-25 16:02:36 -08:00
views Downgrade jQuery on homepage to be the same version as everywhere else 2024-03-13 21:38:45 -07:00