Skip to content

Commit

Permalink
Merge pull request #34 from vanengers/master
Browse files Browse the repository at this point in the history
Fixed Confirm order click - open steps stay closed.
  • Loading branch information
JohannesSanders committed Mar 11, 2016
2 parents 722baa8 + 33f0739 commit eabe9b0
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@
// No confirmation button found. Show our own confirmation button.
$("#button-confirm").show();
// on some opencarts the whole form is not displayed. so show form if not visible.
if ($("div.checkout-content").css('display') == "none")
{
$("div.checkout-content").show();
}
$("#button-confirm").click(function ()
{
$("#mollie_payment_form").submit();
Expand Down

0 comments on commit eabe9b0

Please sign in to comment.