Skip to content
Snippets Groups Projects
Commit 40296904 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

i18n: fix again init map

parent a26f736d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ function createMarker(position)
$('#input-longitude').attr('value',marker.getLatLng().lng);
});
marker.bindPopup(`<center>t('js.element_form.geocoded_marker_text')}</center>`).openPopup();
marker.bindPopup(`<center>${t('js.element_form.geocoded_marker_text')}</center>`).openPopup();
}
function fitBounds(rawbounds)
......
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