We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c7adf commit 195a81aCopy full SHA for 195a81a
README.md
@@ -23,7 +23,7 @@ globalSrc = '';
23
jQuery('script').each(function(){
24
if (!jQuery(this).attr('src')) return;
25
var src = jQuery(this).attr('src');
26
-if (src.indexOf(require.toUrl('')) != -1) {
+if (src.indexOf(require.toUrl('')) != -1 && src.indexOf('Magefan_LazyLoad') == -1) {
27
var src = (src.replace(require.toUrl(''), ''));
28
globalSrc += "\n" + src;
29
}
0 commit comments