Skip to content

Commit 64d350c

Browse files
authored
Fix issue 594
1 parent 9e70202 commit 64d350c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

view/frontend/templates/lazyload-js.phtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $helper = $this->helper(\Magefan\Blog\Helper\Data::class);
4040
url = el.getAttribute('data-original');
4141
if (!url) {
4242
continue;
43-
}
43+
};
4444
if ('IMG' == el.tagName) {
4545
el.src = url;
4646
} else {
@@ -49,8 +49,8 @@ $helper = $this->helper(\Magefan\Blog\Helper\Data::class);
4949
}
5050
}
5151
});
52-
}
52+
};
5353
"; ?>
5454
<?php } ?>
5555
<?= /* @noEscape */ $mfSecureRenderer->renderTag('script', [], $script, false) ?>
56-
<?php } ?>
56+
<?php } ?>

0 commit comments

Comments
 (0)