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 319a924 commit 09be690Copy full SHA for 09be690
app/code/Magento/Checkout/view/frontend/web/js/action/update-shopping-cart.js
@@ -27,7 +27,7 @@ define([
27
'submit': this.onSubmit
28
});
29
this._on('[data-role=cart-item-qty]', {
30
- 'change': function (event) {
+ 'change': function () {
31
this.isCartHasUpdatedContent = true;
32
}
33
@@ -45,7 +45,7 @@ define([
45
* Show the confirmation popup
46
* @param nextPageUrl
47
*/
48
- changePageConfirm: function(nextPageUrl) {
+ changePageConfirm: function (nextPageUrl) {
49
confirm({
50
title: $t('Are you sure you want to leave the page?'),
51
content: $t('Changes you made to the cart will not be saved.'),
0 commit comments