This commit is contained in:
KONE SOREL 2026-02-28 09:04:27 +00:00
parent 2781496090
commit a583272e7d
2 changed files with 2 additions and 2 deletions

View File

@ -6542,7 +6542,7 @@ function init_remplacement_adherent()
dt11=Math.round(Date.parse(td11)/(1000*3600*24)); dt11=Math.round(Date.parse(td11)/(1000*3600*24));
dt2=Math.round(Date.parse(td2)/(1000*3600*24)); dt2=Math.round(Date.parse(td2)/(1000*3600*24));
if (td11<=td1) if (td11<td1)
{ {
v_msg="Attention! Veuillez revoir vos dates!"; v_msg="Attention! Veuillez revoir vos dates!";
v_msgEng="Warning! Please review your dates!"; v_msgEng="Warning! Please review your dates!";

View File

@ -712,7 +712,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Application Scripts --> <!-- Application Scripts -->
<script src="/Js/fonctions.js?ver=2026.02.18.00"></script> <script src="/Js/fonctions.js?ver=2026.02.28.00"></script>
<script type="text/javascript"> <script type="text/javascript">
raffraichier_gabarit(); raffraichier_gabarit();