diff --git a/app/js/init.js b/app/js/init.js index 1c0858f..880b35d 100644 --- a/app/js/init.js +++ b/app/js/init.js @@ -272,7 +272,7 @@ }).trigger('resize'); } - + // if (settings.header.fadeIn) { $.n33_preloadImage = function(url, onload) { var $img = $(''), _IEVersion = (navigator.userAgent.match(/MSIE ([0-9]+)\./) ? parseInt(RegExp.$1) : 99); $img.attr('src', url); if ($img.get(0).complete || _IEVersion < 9) (onload)(); else $img.load(onload); };