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:
-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