Skip to content
Snippets Groups Projects
Commit 20c48987 authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch 'feature/ISTWCMS-6660-l26yan-Update-deprecated-geofield_map-to-3.0.14' into '1.0.x'

ISTWCMS-6660 Update to use the new ids of lat and lon fields due to updating deprecated geofield_map to 3.0.14

See merge request !45
parents bcf0cf9d 1c461710
No related branches found
No related tags found
2 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!45ISTWCMS-6660 Update to use the new ids of lat and lon fields due to updating deprecated geofield_map to 3.0.14
......@@ -18,8 +18,8 @@
}
// Set coordinates and re-center map.
$('input#lat-edit-field-uw-service-location-coord-0-value').val(location.latitude);
$('input#lon-edit-field-uw-service-location-coord-0-value').val(location.longitude).change();
$('input#edit-field-uw-service-location-coord-0-value-lat').val(location.latitude);
$('input#edit-field-uw-service-location-coord-0-value-lon').val(location.longitude).change();
// Set the country if it has changed.
var select_country = $('#edit-field-uw-service-location-0 select.country');
......
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