From cefd3b60a1b253cf710afc83127656352ba206bd Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Fri, 26 Dec 2025 12:00:50 +0000 Subject: [PATCH] debug --- Js/fonctions.js | 2 ++ Vue/gabarit.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 9b49bb2..94169ad 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -82,6 +82,8 @@ function raffraichier_gabarit() { cache: false, success: function(data) { // Injection du nouveau contenu + debugger; + $("#div_ajaxgabarit").html(data); const codeSociete = $("#codeSociete").val(); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 4fed07a..e420158 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -628,7 +628,7 @@ console.groupEnd(); - +