a
This commit is contained in:
parent
4bcb86bd0d
commit
f4e7db678f
|
|
@ -29222,11 +29222,16 @@ function ajax_envoyer_code_otp_sea()
|
|||
|
||||
function ajax_verifier_code_otp_sea()
|
||||
{
|
||||
otpValue = $("#otpValue").val();
|
||||
alert("otpValue => "+otpValue);
|
||||
donnees = 'otpValue='+otpValue;
|
||||
|
||||
$("#infosacte").html('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxprixseancesea/confirmerotp/",
|
||||
type : 'post',
|
||||
data: donnees,
|
||||
error: function(errorData) {
|
||||
},
|
||||
success: function(data) {
|
||||
|
|
|
|||
|
|
@ -885,7 +885,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.07.28.08"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.28.09"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user