diff --git a/Js/fonctions.js b/Js/fonctions.js
index caab6f2a..26d25039 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -73367,13 +73367,15 @@ function trouve_coordonnees_geo_ip(ip)
lon = str[1], // Longitude de l'adresse IP retourné
out = "&output=embed"
src="https://maps.google.com/maps?q="+lat+","+lon+out; // Source de l'iframe
-
+ /*
$('#map').attr("src", src);
$('#div_contenu_map').modal("show"); // Affiche en modal = carte google
$('#div_contenu_map').on('hidden.bs.modal', function(){
$('#map').html("").attr("src", ""); // Réinitialise la source de l'iframe à la fermeture du modal
});
+ */
+ load('/var/www/Config/Geolocaliser.php?latitude=lat&longitude=lon');
}
else
{
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 729c6202..0f582b07 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -984,7 +984,7 @@
-
+