a
This commit is contained in:
parent
7668327f35
commit
b974695dbb
|
|
@ -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('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
|
@ -29244,8 +29244,6 @@ function ajax_verifier_code_otp_sea()
|
|||
|
||||
function ajaxprixseancesea_raffraichir()
|
||||
{
|
||||
// $("#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/raffraichir/",
|
||||
type : 'post',
|
||||
|
|
|
|||
|
|
@ -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.09"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.28.10"></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