Hello,
after i optimized and minify my website, i encountered several scripts error, i could fix them all expect 1 still getting error because i didn't find the php file for it:
the error is:
$jsmart(document).ready(function($){ $("#yt_component img").lazyload({ effect : "fadeIn", effect_speed: 1500, load: function(){ // $(this).css("visibility", "visible"); $(this).removeAttr("data-original"); } }); });
please can you tell which php file write this command to be able to fix it? i search all template file without finding it.
thank you