diff --git a/Js/fonctions.js b/Js/fonctions.js index eb5f3ef..ffe5707 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -29223,7 +29223,7 @@ function ajax_envoyer_code_otp_sea() function ajax_verifier_code_otp_sea() { otpValue = $("#otpValue").val(); - alert("otpValue => "+otpValue); + donnees = 'otpValue='+otpValue; $("#infosacte").html('
' + '
'); @@ -29244,8 +29244,6 @@ function ajax_verifier_code_otp_sea() function ajaxprixseancesea_raffraichir() { - // $("#infosacte").html('
' + '
'); - $.ajax({ url: $("#racineWeb").val()+"Ajaxprixseancesea/raffraichir/", type : 'post', diff --git a/Vue/gabarit.php b/Vue/gabarit.php index bdfef63..d48a63f 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -885,7 +885,7 @@ - +