Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Commit

Permalink
Fix JS syntax on StorefrontExpressButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
cshold committed Aug 25, 2016
1 parent bc0c644 commit 5ea101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/ajax-cart.js.liquid
Expand Up @@ -356,7 +356,7 @@ var ajaxCart = (function(module, $) {
$body.removeClass('drawer--is-loading');
$body.trigger('afterCartLoad.ajaxCart', cart);

if (window.Shopify && Shopify.StorefrontExpressButtons)
if (window.Shopify && Shopify.StorefrontExpressButtons) {
Shopify.StorefrontExpressButtons.initialize();
}
};
Expand Down

0 comments on commit 5ea101c

Please sign in to comment.