This commit is contained in:
KONE SOREL 2026-01-14 12:33:14 +00:00
parent 274e679af2
commit cbebc058c9
2 changed files with 3 additions and 3 deletions

View File

@ -4340,10 +4340,10 @@ function enregistrer_modif_user_rh()
error: function(errorData) { error: function(errorData) {
}, },
success: function(data) { success: function(data) {
$('#div_test_gabarit').html(data); //$('#div_test_gabarit').html(data);
}, },
complete: function() { complete: function() {
//retour_a_users_rh_client(); retour_a_users_rh_client();
} }
}); });
} else { } else {

View File

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