Skip to content

Commit

Permalink
Merge pull request #86 from devcows/feature/fix_travis
Browse files Browse the repository at this point in the history
Fixed travis
  • Loading branch information
GeorgeWL committed Jun 12, 2017
2 parents 6b8c3ef + 4730379 commit 648b419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/front.js
Expand Up @@ -33,8 +33,8 @@ function contactForm () {
$this[0].reset() // clear form

$('#contact-message')
.html('<div class="alert alert-success" role="alert"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>Thank you for getting in touch. We will get back to you soon!</div>')
.fadeIn()
.html('<div class="alert alert-success" role="alert"><button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>Thank you for getting in touch. We will get back to you soon!</div>')
.fadeIn()
}
, 'json')
return false
Expand Down

0 comments on commit 648b419

Please sign in to comment.