projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
594aacc
)
Reset the mapMarker when removing it.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 4 Mar 2010 23:57:22 +0000
(18:57 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 4 Mar 2010 23:57:22 +0000
(18:57 -0500)
Some drivers will need to make sure placeMapMarker will recreate a new marker.
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
7cf567e
..
8ed1102
100644
(file)
--- 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()