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 aa8e5d5 commit 2aa7ad2Copy full SHA for 2aa7ad2
app/code/Magento/PageCache/view/frontend/web/js/page-cache.js
@@ -64,7 +64,7 @@ define([
64
contents = function (elem) {
65
return $.map(elem, function (el) {
66
try {
67
- return $.nodeName(el, "iframe") ?
+ return $.nodeName(el, 'iframe') ?
68
el.contentDocument || (el.contentWindow ? el.contentWindow.document : []) :
69
$.merge([], el.childNodes);
70
} catch (e) {
0 commit comments