diff --git a/templates/front/geolocate.html b/templates/front/geolocate.html index 6abcadf7385f713514754e83b31bacdd2b2d4b5c..3edb0f0ac2e5f1eefb189ab91646747ee294bcb7 100644 --- a/templates/front/geolocate.html +++ b/templates/front/geolocate.html @@ -313,9 +313,9 @@ function resizeMap() } $(document).ready(function() { - alert("Beware that the accuracy of your geolocation depends highly on your connection type (wired, wireless, mobile data plan)"); initialize(); resizeMap(); + $("#localert").delay(6500).fadeOut('slow'); }); @@ -341,13 +341,14 @@ function resizeMap()