зеркало из https://github.com/mozilla/spark-eol.git
Newsletter error message now disappears if submit successful
This commit is contained in:
Родитель
c4adfd3825
Коммит
5c819beb70
|
@ -14,6 +14,7 @@ var initNewsletterForm = function() {
|
|||
});
|
||||
} else if(data.status === 'success') {
|
||||
$form.hide();
|
||||
$errorMessage.text('');
|
||||
$successMessage.show();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче