Proposed Bug Fix: Don’t load JS-Cookie as if it’s jQuery-Cookie
-
I had a conflict arise with my site which loaded jquery-cookie and needed it for specific site operation. However, this plugin was updated to then load js-cookie and named it jquery-cookie when it’s called so jQuery Cookie doesn’t actually get loaded at all on the site (making it so my $.cookie() calls would cause a fatal error).
I’ve provided this as a pull request fixing this on GitHub at: https://github.com/CodeCabin/wp-google-maps/pull/723
I would love to see this officially patched in future versions of this plugin as I’m sure there’s other jQuery Cookie users out there which had things break due to this hijacking jQuery Cookie from loading when it actually loaded JS Cookie.
Thanks!
- The topic ‘Proposed Bug Fix: Don’t load JS-Cookie as if it’s jQuery-Cookie’ is closed to new replies.