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 c36fb76 commit b21f2a6Copy full SHA for b21f2a6
app/code/Magento/Bundle/view/adminhtml/templates/product/edit/bundle/option.phtml
@@ -299,7 +299,7 @@ function togglePriceType() {
299
jQuery('#bundle_product_container').bundleProduct();
300
jQuery('#product_bundle_container .collapse').collapse('hide');
301
302
-jQuery(window).load(function() {
+jQuery(window).on('load', function() {
303
togglePriceType();
304
Event.observe('price_type', 'change', togglePriceType);
305
});
0 commit comments