Skip to content

Commit 4f32cdd

Browse files
ENGCOM-2895: [Forwardport] Resolved : JS files located outside the web/js directory #16708
2 parents 3fefd58 + 88c6ac3 commit 4f32cdd

File tree

28 files changed

+16
-16
lines changed

28 files changed

+16
-16
lines changed

app/code/Magento/Authorizenet/view/frontend/requirejs-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
var config = {
77
map: {
88
'*': {
9-
transparent: 'Magento_Payment/transparent'
9+
transparent: 'Magento_Payment/js/transparent'
1010
}
1111
}
1212
};

app/code/Magento/Captcha/view/frontend/requirejs-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
var config = {
77
map: {
88
'*': {
9-
captcha: 'Magento_Captcha/captcha'
9+
captcha: 'Magento_Captcha/js/captcha'
1010
}
1111
}
1212
};

app/code/Magento/Customer/view/frontend/requirejs-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ var config = {
77
map: {
88
'*': {
99
checkoutBalance: 'Magento_Customer/js/checkout-balance',
10-
address: 'Magento_Customer/address',
11-
changeEmailPassword: 'Magento_Customer/change-email-password',
10+
address: 'Magento_Customer/js/address',
11+
changeEmailPassword: 'Magento_Customer/js/change-email-password',
1212
passwordStrengthIndicator: 'Magento_Customer/js/password-strength-indicator',
1313
zxcvbn: 'Magento_Customer/js/zxcvbn',
1414
addressValidation: 'Magento_Customer/js/addressValidation'

app/code/Magento/Downloadable/view/frontend/requirejs-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
var config = {
77
map: {
88
'*': {
9-
downloadable: 'Magento_Downloadable/downloadable'
9+
downloadable: 'Magento_Downloadable/js/downloadable'
1010
}
1111
}
1212
};

app/code/Magento/GiftMessage/view/frontend/requirejs-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
var config = {
77
map: {
88
'*': {
9-
giftOptions: 'Magento_GiftMessage/gift-options',
10-
extraOptions: 'Magento_GiftMessage/extra-options'
9+
giftOptions: 'Magento_GiftMessage/js/gift-options',
10+
extraOptions: 'Magento_GiftMessage/js/extra-options'
1111
}
1212
}
1313
};

0 commit comments

Comments
 (0)