From 4730379a2ceea4f419271f0333e33bb80e51240a Mon Sep 17 00:00:00 2001 From: Guillermo Guerrero Date: Mon, 12 Jun 2017 11:58:54 +0200 Subject: Fixed travis --- static/js/front.js | 4 ++-- 1 file 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('') - .fadeIn() + .html('') + .fadeIn() } , 'json') return false -- cgit v1.2.3