diff --git a/Js/fonctions.js b/Js/fonctions.js
index b28d075..74b0f7e 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 f9fe166..67b6fd0 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -662,7 +662,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+