close map preview picture when info window is closed

(exept if switching to a waypoint info window of the same cache)
This commit is contained in:
following 2013-04-07 17:51:01 +02:00
parent 217b66f743
commit b5f94644a8

View File

@ -460,7 +460,7 @@ function map_clicked()
dataload_on_filterchange();
mapselectlist_hide(); // firefox needs this
moWpInfoWindow.close();
close_infowindow(false);
close_infowindow(true);
permalinkbox_hide();
}