This commit is contained in:
KONE SOREL 2026-01-05 21:11:00 +00:00
parent b00e54dfc7
commit cd79168b66
2 changed files with 17 additions and 15 deletions

View File

@ -2928,8 +2928,8 @@ function ajouter_sans_college_adherent_importe_college()
v_msg="Attention! Confirmez-vous cette opération?"; v_msg="Attention! Confirmez-vous cette opération?";
v_msgEng="Warning! Do you confirm this operation?"; v_msgEng="Warning! Do you confirm this operation?";
if(confirm_ebene(v_msg, v_msgEng)) confirm_ebene(v_msg, v_msgEng).then(isConfirmed => {
{ if (isConfirmed) {
$.ajax({ $.ajax({
url: $("#racineWeb").val()+"Ajaximporterlisteassure/ajoutersanscollegeadherentaucollege/", url: $("#racineWeb").val()+"Ajaximporterlisteassure/ajoutersanscollegeadherentaucollege/",
type: 'POST', type: 'POST',
@ -2943,6 +2943,8 @@ function ajouter_sans_college_adherent_importe_college()
} }
}); });
} }
});
} }

View File

@ -638,7 +638,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.01.05.34"></script> <script src="/Js/fonctions.js?ver=2026.01.05.35"></script>
<script type="text/javascript"> <script type="text/javascript">
raffraichier_gabarit(); raffraichier_gabarit();