Remove unnecessary call to closeMapPopup()
In the 'set_location' case no popups are ever opened.
This commit is contained in:
parent
330ddc1666
commit
97eee60c99
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ $(document).ready(function () {
|
|||
}
|
||||
|
||||
map.events.register("click", map, function (e) {
|
||||
closeMapPopup();
|
||||
|
||||
if ($('#updatehome').is(':checked')) {
|
||||
var lonlat = getEventPosition(e);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue