From a3b5b56d6c33b6de81872896453dd258190e8888 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 4 Mar 2010 18:57:22 -0500 Subject: [PATCH] Reset the mapMarker when removing it. Some drivers will need to make sure placeMapMarker will recreate a new marker. --- kronolith/js/kronolith.js | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.11.0