From 91d13bae75cace0c06647d1e6726b95a8b5bf3f5 Mon Sep 17 00:00:00 2001 From: qo-op Date: Wed, 3 Jun 2020 20:35:13 +0200 Subject: [PATCH] et patiente un peu... tu entres un monde Zen. --- www/LOVELand/ajaxform.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");