diff --git a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/composite/configure.phtml b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/composite/configure.phtml index 5ca88689b9e5f..d786f843e052f 100644 --- a/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/composite/configure.phtml +++ b/app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/composite/configure.phtml @@ -10,11 +10,6 @@ $blockId = $block->getId();
- renderEventListenerAsTag( - 'onload', - "window.productConfigure && productConfigure.onLoadIFrame()", - 'iframe[name=\'product_composite_configure_iframe\']:last-of-type' - ) ?>
@@ -85,3 +80,8 @@ script; ?> renderTag('script', [], $scriptString, false); ?>
+renderEventListenerAsTag( + 'onload', + "window.productConfigure && productConfigure.onLoadIFrame()", + 'iframe[name=\'product_composite_configure_iframe\']:last-of-type' +) ?>