Closed kaemu closed 7 years ago
In jquery.magnify-mobile.js line 46
$(window).load(function() {
should be
$(window).on('load', function() {
@kaemu Thanks, I didn't realize it was deprecated since v1.8 :)
In jquery.magnify-mobile.js line 46
should be