diff options
| author | Rob Peters <makitso@gmail.com> | 2011-08-30 19:56:23 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2011-08-30 19:56:23 +0000 |
| commit | 512a75ef9bc32efa1a293ab310e9bf466def1854 (patch) | |
| tree | b26aaf1a86da0b424ee112934f506bc724f612ef | |
| parent | a1c597574a29bf6fe2c5662665923ba3c2d1919e (diff) | |
| download | webtrees-512a75ef9bc32efa1a293ab310e9bf466def1854.tar.gz webtrees-512a75ef9bc32efa1a293ab310e9bf466def1854.tar.bz2 webtrees-512a75ef9bc32efa1a293ab310e9bf466def1854.zip | |
Syntax error causing IE8/9 problems when place hierarchy includes maps
| -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() { |
