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 7199e1e commit 98233f4Copy full SHA for 98233f4
app/code/Magento/PageCache/view/frontend/web/js/page-cache.js
@@ -41,7 +41,7 @@ define([
41
* @param {jQuery} element - Comment holder
42
*/
43
(function lookup(element) {
44
- if ($.nodeName(element, "iframe") && $(element).prop('src').indexOf(window.location.hostname) === -1) {
+ if ($.nodeName(element, 'iframe') && $(element).prop('src').indexOf(window.location.hostname) === -1) {
45
return [];
46
}
47
$(element).contents().each(function (index, el) {
0 commit comments