Hide manage subscription form success message on submit
[MAILPOET-1635]
This commit is contained in:
committed by
Veljko V
parent
2a472ceb2a
commit
fc07909760
@@ -254,5 +254,10 @@ jQuery(($) => {
|
||||
});
|
||||
|
||||
$('.mailpoet_captcha_update').on('click', updateCaptcha);
|
||||
|
||||
// Manage subscription form
|
||||
$('.mailpoet-manage-subscription').on('submit', () => {
|
||||
$('.mailpoet-manage-subscription .mailpoet-submit-success').hide();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user