From d5bf1586cd799d02f167109ae4e7b679ce2be87e Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Fri, 28 Aug 2009 22:39:09 +0000 Subject: [PATCH] --- customindex/views/default/customindex/metatags.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index 77a40ef3..b17b3d5a 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -192,6 +192,9 @@ WDN.jQuery(document).ready(function() { map1.onLoad = startMap; map1.load(); }catch(e){} + + WDN.jQuery("#YourselfOnTheMap").qtip("show"); + }); -- GitLab