Skip to content

Commit 908aa97

Browse files
committed
Removed TODO from mailchimp.js file.
1 parent 7512272 commit 908aa97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/js/mailchimp.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// See if we're successful, if so, wipe the fields
2121
const reg = /class=(["'])mc_success_msg\1/i;
2222

23-
// TODO: Bug: The form data is always cleared regardless of JS or no JS support
2423
if (reg.test(data)) {
2524
$(form).each(function () {
2625
this.reset();

0 commit comments

Comments
 (0)