0

Merge pull request #445 from but2002/master

Remove location marker with click
This commit is contained in:
Aaron Griffith
2011-07-29 15:25:25 -07:00

View File

@@ -313,6 +313,9 @@ var overviewer = {
'title': jQuery.trim(item.msg),
'icon': overviewerConfig.CONST.image.queryMarker
});
google.maps.event.addListener(marker, 'click', function(){ marker.setVisible(false); });
continue;
}