diff --git a/Js/fonctions.js b/Js/fonctions.js index a689df0..40412fa 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -134,7 +134,8 @@ function raffraichier_gabarit() { alert(data); $("#div_ajaxgabarit").html(data); - $('#div_test_gabarit').html(data); + alert($("#div_ajaxgabarit")); + // $('#div_test_gabarit').html(data); codeSociete = $("#codeSociete").val(); vue = $("#vue").val(); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index a762473..bc940a2 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -609,7 +609,7 @@ $activeChildId = $menuData['child']; - +