From 2509ca0edbd96b5f675a083930baea6e558774cd Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 12 May 2026 12:01:44 +0000 Subject: [PATCH] a --- Js/fonctions.js | 3 ++- Vue/gabarit.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 6eb1b4b0..6f4eefd7 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -73365,7 +73365,8 @@ function trouve_coordonnees_geo_ip(ip) out = "&output=embed" // src="https://maps.google.com/maps?q="+lat+","+lon+out; // Source de l'iframe // src="/var/www/Config/Geolocaliser.php?latitude="+lat+"&longitude="+lon; // Source de l'iframe - src = "/Config/Geolocaliser.php?latitude=" + lat + "&longitude=" + lon; // ✅ URL web + // src = "/Config/Geolocaliser.php?latitude=" + lat + "&longitude=" + lon; // ✅ URL web + src = "/Vue/Maps/Geolocaliser.php?latitude=" + lat + "&longitude=" + lon; // ✅ URL web /* $('#map').attr("src", src); $('#div_contenu_map').modal("show"); // Affiche en modal = carte google diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 0756762f..92fe1b16 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -984,7 +984,7 @@ - +