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

Commit

Permalink
remove the overlay (bug 740263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Apr 10, 2012
1 parent dfc460d commit 860755f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/js/mkt/payments.js
Expand Up @@ -55,6 +55,7 @@
$.post(product.purchase, function(response) {
dgFlow = new PAYPAL.apps.DGFlow({trigger: '#page'});
dgFlow.startFlow(response.url);
overlay.removeClass('show');
});
$(window).bind('purchasecomplete.payments',function() {
$def.resolve();
Expand All @@ -65,4 +66,4 @@
z.payments = {
'purchase': beginPurchase
};
})();
})();

0 comments on commit 860755f

Please sign in to comment.