From ad5a916312e6425cd9a648ed38a977bc68472d25 Mon Sep 17 00:00:00 2001 From: qo-op Date: Thu, 28 May 2020 20:38:53 +0200 Subject: [PATCH] g1sms connect --- 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 d55573d..394efe0 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("

_DEVLT_ Vous pourrez recevoir un SMS...

" + - "

Suivez ses instructions pour finaliser votre inscription à notre premier essaim #Swarm0 _DEVLT_

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

Vous allez recevoir un SMS

" + + "

Utilisez les identifiant reçus dans Cesium et Gchange pour activer votre clef...

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