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

i18n: fix init map

parent d5f6f02b
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