Skip to content
Snippets Groups Projects
Commit 03ed1c37 authored by Peter Hartmann's avatar Peter Hartmann
Browse files

Fix #217, which may relate to #76, #179

parent 5efea8d8
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@
}
else {
if (!($('.stripe-payment-form').length)) {
$('#crm-container > form').addClass('stripe-payment-form');
$('#crm-main-content-wrapper form').addClass('stripe-payment-form');
}
}
$form = $('form.stripe-payment-form');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment