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 @@
-
+