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
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
} }
else { else {
if (!($('.stripe-payment-form').length)) { 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'); $form = $('form.stripe-payment-form');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment