From d505a77425ad9f0a63cc3c181b9294e1b52869a4 Mon Sep 17 00:00:00 2001 From: Leonidas Poulopoulos Date: Mon, 5 Nov 2012 13:49:46 +0200 Subject: [PATCH] Got rid of annoying alert message at every geolocate load. Implemented fading message on menu --- templates/front/geolocate.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/templates/front/geolocate.html b/templates/front/geolocate.html index 6abcadf..3edb0f0 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()
  • -- GitLab