Changement d'adresse mail

This commit is contained in:
Anthony Dumas
2016-11-27 00:51:43 +01:00
parent a8f4b5285f
commit bb99a5674b
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ $(function() {
$('#success').html("<div class='alert alert-danger'>");
$('#success > .alert-danger').html("<button type='button' class='close' data-dismiss='alert' aria-hidden='true'>&times;")
.append("</button>");
$('#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("<strong>Désolé " + firstName + ", mon serveur de mail ne semble pas disponible, vous pouvez m'envoyer un mail directement à anthony.yvon.dumas@gmail.com !");
$('#success > .alert-danger').append('</div>');
//clear all fields
$('#contactForm').trigger("reset");