From a6479bc6dab8a24304e0ebe5eb78fc1a151225ef Mon Sep 17 00:00:00 2001 From: administrador User Date: Thu, 12 Feb 2009 21:04:08 +0100 Subject: [PATCH] Evitar mostrar infoWindow antes de tiempo --- include/maps/GoogleMapAPI.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/maps/GoogleMapAPI.class.php b/include/maps/GoogleMapAPI.class.php index 9a2737f..ce626c6 100755 --- a/include/maps/GoogleMapAPI.class.php +++ b/include/maps/GoogleMapAPI.class.php @@ -991,9 +991,9 @@ class GoogleMapAPI { //$_output .= ' alert(idx);' . "\n"; $_output .= ' if(isArray(marker_html[idx])) { markers[idx].openInfoWindowTabsHtml(marker_html[idx]); }' . "\n"; $_output .= ' else { markers[idx].openInfoWindowHtml(marker_html[idx]); }' . "\n"; - $_output .= ' map.updateInfoWindow();' . "\n"; + //$_output .= ' map.updateInfoWindow();' . "\n"; $_output .= ' GEvent.trigger(markers[idx],"'.$this->window_trigger.'");' . "\n"; - $_output .= ' map.updateInfoWindow();' . "\n"; + //$_output .= ' map.updateInfoWindow();' . "\n"; $_output .= '}' . "\n"; } /* -- 2.11.4.GIT