diff options
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/googlemap/placehierarchy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/googlemap/placehierarchy.php b/modules_v3/googlemap/placehierarchy.php index de35d41a00..c0dfadfde0 100644 --- a/modules_v3/googlemap/placehierarchy.php +++ b/modules_v3/googlemap/placehierarchy.php @@ -571,7 +571,7 @@ function map_scripts($numfound, $level, $parent, $linklevels, $placelevels, $pla icon: iconImage, shadow: iconShadow, map: map, - title: name, + title: name }); // Show this markers name in the info window when it is clicked google.maps.event.addListener(marker, 'click', function() { |
