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