File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
app/code/Magento/Catalog/view Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11/**
2- * Copyright © Magento, Inc. All rights reserved.
3- * See COPYING.txt for license details .
2+ * Copyright 2019 Adobe
3+ * All Rights Reserved .
44 */
55
66var config = {
@@ -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} ;
Original file line number Diff line number Diff line change 11/**
2- * Copyright © Magento, Inc. All rights reserved.
3- * See COPYING.txt for license details .
2+ * Copyright 2016 Adobe
3+ * All Rights Reserved .
44 */
55define ( [
66 'jquery' ,
Original file line number Diff line number Diff line change 11/**
2- * Copyright © Magento, Inc. All rights reserved.
3- * See COPYING.txt for license details .
2+ * Copyright 2011 Adobe
3+ * All Rights Reserved .
44 */
55
66var config = {
@@ -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