Skip to content

Commit 4033aae

Browse files
author
Stanislav Idolov
authored
ENGCOM-774: #13685 Upgrade jquery.mobile.custom.js to be compatible with jQuery 3.x #13688
2 parents c33674d + 6913069 commit 4033aae

File tree

2 files changed

+1026
-829
lines changed

2 files changed

+1026
-829
lines changed

app/code/Magento/Bundle/view/adminhtml/templates/product/edit/bundle/option.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ function togglePriceType() {
299299
jQuery('#bundle_product_container').bundleProduct();
300300
jQuery('#product_bundle_container .collapse').collapse('hide');
301301

302-
jQuery(window).load(function() {
302+
jQuery(window).on('load', function() {
303303
togglePriceType();
304304
Event.observe('price_type', 'change', togglePriceType);
305305
});

0 commit comments

Comments
 (0)