From: Michael J. Rubinsky Date: Thu, 4 Mar 2010 23:57:22 +0000 (-0500) Subject: Reset the mapMarker when removing it. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a3b5b56d6c33b6de81872896453dd258190e8888;p=horde.git Reset the mapMarker when removing it. Some drivers will need to make sure placeMapMarker will recreate a new marker. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 7cf567e21..8ed11020b 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -4063,6 +4063,8 @@ KronolithCore = { $('kronolithEventLocationLon').value = null; $('kronolithEventLocationLat').value = null; } + + this.mapMarker = false; }, ensureMap: function()