g1sms connect

This commit is contained in:
qo-op 2020-05-28 20:38:53 +02:00
parent 0330d5c087
commit ad5a916312
1 changed files with 2 additions and 2 deletions

View File

@ -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("<p><h3>_DEVLT_ Vous pourrez recevoir un SMS...<h3>" +
"<h5>Suivez ses instructions pour finaliser votre inscription à notre premier essaim #Swarm0 _DEVLT_</h5></p>");
$("#phoneresultat").html("<p><h3>Vous allez recevoir un SMS<h3>" +
"<h5>Utilisez les identifiant reçus dans Cesium et Gchange pour activer votre clef...</h5></p>");
// declare these vars
var phone = jQuery("#phone");
var parrain = jQuery("#parrain");