Ajout Résultats Toeic sur toutes les résolutions + Traduction Formulaire de Mail
This commit is contained in:
@@ -37,7 +37,7 @@ $(function() {
|
||||
$('#success > .alert-success').html("<button type='button' class='close' data-dismiss='alert' aria-hidden='true'>×")
|
||||
.append("</button>");
|
||||
$('#success > .alert-success')
|
||||
.append("<strong>Your message has been sent. </strong>");
|
||||
.append("<strong>Votre message a été envoyé ! </strong>");
|
||||
$('#success > .alert-success')
|
||||
.append('</div>');
|
||||
|
||||
@@ -49,7 +49,7 @@ $(function() {
|
||||
$('#success').html("<div class='alert alert-danger'>");
|
||||
$('#success > .alert-danger').html("<button type='button' class='close' data-dismiss='alert' aria-hidden='true'>×")
|
||||
.append("</button>");
|
||||
$('#success > .alert-danger').append("<strong>Sorry " + firstName + ", it seems that my mail server is not responding. Please try again later!");
|
||||
$('#success > .alert-danger').append("<strong>Désolé " + firstName + ", mon serveur de mail ne semble pas disponible, vous pouvez m'envoyer un mail directement à anthony-dumas@pad-panic.fr !");
|
||||
$('#success > .alert-danger').append('</div>');
|
||||
//clear all fields
|
||||
$('#contactForm').trigger("reset");
|
||||
|
||||
Reference in New Issue
Block a user