diff --git a/www/LOVELand/ajaxform.js b/www/LOVELand/ajaxform.js index 5d05248..b0f162c 100644 --- a/www/LOVELand/ajaxform.js +++ b/www/LOVELand/ajaxform.js @@ -5,8 +5,8 @@ jQuery(document).ready(function () { $("#formphone").submit(function(e) { e.preventDefault(); // avoid to execute the actual submit of the form. console.log("button PHONE clicked"); - $("#phoneresultat").html("

et patiente... tu vas entrez dans le monde Zen

" + - "

Tu vas recevoir une clef... Puis tu vas apprendre à t'en servir...

" + + $("#phoneresultat").html("

et patiente un peu... tu entres un monde Zen.

" + + "

Tu recevras une clef... que tu sauras forger quand tu auras appris à t'en servir.

" + ""); // declare these vars var phone = jQuery("#phone");