Abdul Alzaid

Results 1 comments of Abdul Alzaid

I'm having the same issue. I changed any Jquery references from: ```$(window).load(function() { ... });``` to this ```$(window).on('load', function() { ... });```