From fd99030df32395ef28acb3930accf943c0f2ee60 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 11 May 2026 17:39:46 +0000 Subject: [PATCH] a --- Js/fonctions.js | 3 +++ Vue/gabarit.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 4b4ba6ea..caab6f2a 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -73359,6 +73359,9 @@ function trouve_coordonnees_geo_ip(ip) success: function(data) { if(data !='false') { + alert(data); + return; + var str = data.split('/'), lat = str[0], // Latitude de l'adresse IP retourné lon = str[1], // Longitude de l'adresse IP retourné diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 54fd5c63..729c6202 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -984,7 +984,7 @@ - +