Prevent map popup from disappearing on mouseout
By stopping it closing we allow the user to click on the name of any nearby mappers or friends in the map on the user page.
This commit is contained in:
parent
afb4fedbd7
commit
be294076c4
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ function addMarkerToMap(position, icon, description) {
|
|||
|
||||
if (description) {
|
||||
marker.events.register("mouseover", marker, function() { openMapPopup(marker, description) });
|
||||
marker.events.register("mouseout", marker, function() { closeMapPopup() });
|
||||
}
|
||||
|
||||
return marker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue