Remove JQuery Migration requirement
-
First off, great plugin! ??
However, I noticed the plugin requires the JQuery Migration plugin.
It comes usually bundled with WP, however I’d like to keep the frontend of a website I’m currently creating free of unnecessary files (like the migration plugin).I’ve manually added the latest JQuery version to the frontend and noticed your plugin causes an error due to using a deprecated function (the only error I got so far).
Please replace if possible in fusion-core.js #32
jQuery(window).load(function() {
with
jQuery(window).on('load',function() {
I hope that is okay for you.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove JQuery Migration requirement’ is closed to new replies.