Organization html
Jump to navigation
Jump to search
| Line 517: | Line 517: | ||
$('#lngInput').val(e.latlng.lng); | $('#lngInput').val(e.latlng.lng); | ||
*/ | */ | ||
| − | $(' | + | $('[name="Form organization[Coordinates]"').val(e.latlng.lat + ', ' + e.latlng.lng); |
updateMarker(e.latlng.lat, e.latlng.lng); | updateMarker(e.latlng.lat, e.latlng.lng); | ||
}); | }); | ||
Revision as of 10:06, 7 March 2020