diff --git a/Js/fonctions.js b/Js/fonctions.js index 168efc8..b28d075 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -4340,10 +4340,10 @@ function enregistrer_modif_user_rh() error: function(errorData) { }, success: function(data) { - // $('#div_test_gabarit').html(data); + $('#div_test_gabarit').html(data); }, complete: function() { - retour_a_users_rh_client(); + //retour_a_users_rh_client(); } }); } else { diff --git a/Vue/gabarit.php b/Vue/gabarit.php index e62179b..f9fe166 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -662,7 +662,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +