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 2219289 commit 78ea0dfCopy full SHA for 78ea0df
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/composite/configure.phtml
@@ -38,7 +38,7 @@
38
<div id="product_composite_configure_confirmed" class="product_composite_configure_confirmed"></div>
39
40
<?php $scriptString = <<<script
41
- prodCompConfIframe = document.querySelector("iframe[name='product_composite_configure_iframe']:last-of-type");
+ prodCompConfIframe = document.querySelector("iframe[name='product_composite_configure_iframe']");
42
prodCompConfIframe.style.width = 0;
43
prodCompConfIframe.style.height = 0;
44
prodCompConfIframe.style.border = "0px solid #fff";
0 commit comments