Skip to content

Commit

Permalink
Fix empty cart button
Browse files Browse the repository at this point in the history
  • Loading branch information
luukschakenraad committed Oct 13, 2018
1 parent 708017a commit cc3835f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<?php endif ?>
<table id="shopping-cart-table"
class="cart items data table"
data-mage-init='{"shoppingCart":{"emptyCartButton": "action.clear",
data-mage-init='{"shoppingCart":{"emptyCartButton": ".action.clear",
"updateCartActionContainer": "#update_cart_action_container"}}'>
<caption role="heading" aria-level="2" class="table-caption"><?= /* @escapeNotVerified */ __('Shopping Cart Items') ?></caption>
<thead>
Expand Down

0 comments on commit cc3835f

Please sign in to comment.