Skip to content

Commit 49936ba

Browse files
#22478: Static test fix.
1 parent 73b9612 commit 49936ba

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/sidebar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ define([
261261
$(document).trigger('ajax:removeFromCart', {
262262
productIds: [productData['product_id']]
263263
});
264+
264265
if (window.location.href.indexOf(this.shoppingCartUrl) === 0) {
265266
window.location.reload();
266267
}

0 commit comments

Comments
 (0)