Merge pull request #71 from kobs0N/patch-1

Update contact_me.js
This commit is contained in:
Jerome Lachaud 2017-05-31 23:32:43 +01:00 committed by GitHub
commit 4316c7a8ba
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,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>Sorry " + firstName + ", it seems that my mail server is not responding. Please try again later!");
$('#success > .alert-danger').append("<strong>Sorry, it seems that my mail server is not responding. Please try again later!");
$('#success > .alert-danger').append('</div>');
//clear all fields
$('#contactForm').trigger("reset");