File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/code/Magento/Catalog/view Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ var config = {
1010 priceOptionDate : 'Magento_Catalog/js/price-option-date' ,
1111 priceOptionFile : 'Magento_Catalog/js/price-option-file' ,
1212 priceOptions : 'Magento_Catalog/js/price-options' ,
13- priceUtils : 'Magento_Catalog/js/price-utils'
13+ priceUtils : 'Magento_Catalog/js/price-utils' ,
14+ catalogAddToCart : 'Magento_Catalog/js/catalog-add-to-cart'
1415 }
1516 }
1617} ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ var config = {
1010 relatedProducts : 'Magento_Catalog/js/related-products' ,
1111 upsellProducts : 'Magento_Catalog/js/upsell-products' ,
1212 productListToolbarForm : 'Magento_Catalog/js/product/list/toolbar' ,
13- catalogGallery : 'Magento_Catalog/js/gallery' ,
14- catalogAddToCart : 'Magento_Catalog/js/catalog-add-to-cart'
13+ catalogGallery : 'Magento_Catalog/js/gallery'
1514 }
1615 } ,
1716 config : {
You can’t perform that action at this time.
0 commit comments