Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge W Langham <georgelangham1990@gmail.com>2017-06-12 13:24:19 +0300
committerGitHub <noreply@github.com>2017-06-12 13:24:19 +0300
commit648b419185010fdb5886a4571c2f08d9603d2a77 (patch)
tree9edfcc2fa2d69f7b13b3af33cf513755140117d0
parent6b8c3ef6ef7e2d63bc0db3b2398fc4cbf90b293e (diff)
parent4730379a2ceea4f419271f0333e33bb80e51240a (diff)
Merge pull request #86 from devcows/feature/fix_travis
Fixed travis
-rw-r--r--static/js/front.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/front.js b/static/js/front.js
index b5b577e..5f35807 100644
--- a/static/js/front.js
+++ b/static/js/front.js
@@ -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