From 50f448184a545e8ec55fbd1cf9aeb5ba1bb68267 Mon Sep 17 00:00:00 2001 From: administrador User Date: Mon, 2 Mar 2009 16:30:52 +0100 Subject: [PATCH] No mostrar link de "ver imagenes". --- include/maps/GoogleMapAPI.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/maps/GoogleMapAPI.class.php b/include/maps/GoogleMapAPI.class.php index c431b2e..96a8cd3 100755 --- a/include/maps/GoogleMapAPI.class.php +++ b/include/maps/GoogleMapAPI.class.php @@ -785,7 +785,7 @@ class GoogleMapAPI { */ // IMPORTANTE!, acá tiene que ir el hack mayor!. function getCreateMarkerJS() { - $_SCRIPT_ = '$("#Mensajes").html("Cargando Fotofrafías del Eco Mupi seleccionado...");$("#datos_mupis").load(\'contenido/mupis+ubicaciones+dinamico.php?accion=mupi&MUPI=\'+id,{},function(){$("#Mensajes").empty();});$("#indicaciones").html("
Clic aquí para ver las imagenes del Mupi Seleccionado
")'; + $_SCRIPT_ = '$("#Mensajes").html("Cargando Fotofrafías del Eco Mupi seleccionado...");$("#datos_mupis").load(\'contenido/mupis+ubicaciones+dinamico.php?accion=mupi&MUPI=\'+id,{},function(){$("#Mensajes").empty();});'; $_output = ''; $_output .= 'function createMarker(point, title, html, n, tooltip, id, html_pedidos) {' . "\n"; $_output .= 'if(n >= '. sizeof($this->_icons) .') { n = '. (sizeof($this->_icons) - 1) ."; }\n"; -- 2.11.4.GIT