Please use the new “on(load)” function
-
The current version causes a JS error as WP Migrate is no longer loaded in WP core.
Please replace:jQuery(window).load(function() {
with
jQuery(window).on('load', function(){
in audio-album.php line 144 to fix
jquery.min.js:2 Uncaught TypeError: e.indexOf is not a function at S.fn.init.S.fn.load (jquery.min.js:2) at (index):388 S.fn.load @ jquery.min.js:2 (anonymous) @ (index):388
I hard coded this fix and it solved the JS error.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Please use the new “on(load)” function’ is closed to new replies.