diff --git a/Js/fonctions.js b/Js/fonctions.js index d99f47d..523e114 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -45623,8 +45623,8 @@ function valider_reponse_demande_rd() error: function(errorData) { }, success: function(data) { - $('#div_test_gabarit').html(data); - alert(data); + // $('#div_test_gabarit').html(data); + // alert(data); }, complete: function() { if(codeEtatDemandeRemboursement=="1"){ diff --git a/Vue/Ajaxdemanderemboursement/index.php b/Vue/Ajaxdemanderemboursement/index.php index e6f5000..c18a1a9 100644 --- a/Vue/Ajaxdemanderemboursement/index.php +++ b/Vue/Ajaxdemanderemboursement/index.php @@ -4,6 +4,7 @@