From b602966bd9e26a73abbcdef446eb1eee1f1256bf Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Wed, 31 Dec 2025 09:19:54 +0000 Subject: [PATCH] c --- Js/fonctions.js | 5 +---- Vue/gabarit.php | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index c62a2ce..db589be 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -820,11 +820,8 @@ function graphique_sinistre() { `); - console.log("racineWeb:", $("#racineWeb").val()); - console.log("URL appelée:", $("#racineWeb").val() + "Ajaxgraphiquesinistres/?api=1"); - $.ajax({ - url: $("#racineWeb").val() + "Ajaxgraphiquesinistres/?api=1", + url: $("#racineWeb").val() + "Ajaxgraphiquesinistres/api/", type: 'get', dataType: 'json', success: function(data) { diff --git a/Vue/gabarit.php b/Vue/gabarit.php index d00c028..c2ae9e4 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -599,7 +599,7 @@ $activeChildId = $menuData['child']; - +