Skip to content
Snippets Groups Projects
Commit fdb60a32 authored by mattwire's avatar mattwire
Browse files

Fix for future start date compatibility with recurringbuttons extension

parent b7e5a5b5
No related branches found
No related tags found
1 merge request!127Fix for future start date compatibility with recurringbuttons extension
......@@ -27,7 +27,7 @@
// Remove/insert the recur start date element just below the recur selections
$(recurSection + ' #stripe-recurring-start-date').remove();
$(recurSection).append(stripeRecurringStartDateSection);
$(recurSection).after(stripeRecurringStartDateSection);
// It is hard to detect when changing memberships etc.
// So trigger on all input element changes on the 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