Skip to content
Snippets Groups Projects
Commit 354e8e57 authored by Pradeep Nayak's avatar Pradeep Nayak Committed by mattwire
Browse files

Fix JS rewrite of name attribute for checkbox field

parent 279ff904
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@
for (i = 0; i < submitButtons.length; ++i) {
submitButtons[i].setAttribute('disabled', true);
}
resetBillingFieldsRequiredForJQueryValidate();
return form.submit();
}
......
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