Skip to content

Commit 195a81a

Browse files
authored
Update README.md
1 parent 84c7adf commit 195a81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ globalSrc = '';
2323
jQuery('script').each(function(){
2424
if (!jQuery(this).attr('src')) return;
2525
var src = jQuery(this).attr('src');
26-
if (src.indexOf(require.toUrl('')) != -1) {
26+
if (src.indexOf(require.toUrl('')) != -1 && src.indexOf('Magefan_LazyLoad') == -1) {
2727
var src = (src.replace(require.toUrl(''), ''));
2828
globalSrc += "\n" + src;
2929
}

0 commit comments

Comments
 (0)