Skip to content
Snippets Groups Projects
Commit fcbff6aa authored by Reuben Turk's avatar Reuben Turk
Browse files

#802102 by rooby - When editing locations, after clicking to remove a marker...

#802102 by rooby - When editing locations, after clicking to remove a marker new markers are not properly added.
parent fea08523
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ Drupal.gmap.addHandler('gmap', function (elem) {
obj.bind("locpickremove", function () {
obj.map.removeOverlay(obj.locpick_point);
obj.locpick_point = null;
obj.locpick_coord = null;
obj.change('locpickchange', -1);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment