X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3426976606d30278fcf5ed279d3c95900785c4a5..ebf9e1f06dd954b9b0bae549dc032820ee64581e:/app/assets/javascripts/user.js
diff --git a/app/assets/javascripts/user.js b/app/assets/javascripts/user.js
index 3839a18c2..14da8f300 100644
--- a/app/assets/javascripts/user.js
+++ b/app/assets/javascripts/user.js
@@ -1,4 +1,4 @@
-//= require leaflet.locate
+//= require leaflet.locatecontrol/src/L.Control.Locate
$(document).ready(function () {
if ($("#map").length) {
@@ -18,9 +18,9 @@ $(document).ready(function () {
iconLoading: "icon geolocate",
strings: {
title: I18n.t("javascripts.map.locate.title"),
- metersUnit: I18n.t("javascripts.map.locate.metersUnit"),
- feetUnit: I18n.t("javascripts.map.locate.feetUnit"),
- popup: I18n.t("javascripts.map.locate.popup")
+ popup: function (options) {
+ return I18n.t("javascripts.map.locate." + options.unit + "Popup", { count: options.distance });
+ }
}
}).addTo(map);
@@ -88,7 +88,7 @@ $(document).ready(function () {
$("select#user_auth_provider").on("change", updateAuthUID);
$("input#user_avatar").on("change", function () {
- $("#avatar_action_new").prop("checked", true);
+ $("#user_avatar_action_new").prop("checked", true);
});
function enableAuth() {
@@ -123,7 +123,7 @@ $(document).ready(function () {
$("input[name=legale]").change(function () {
var url = $(this).data("url");
- $("#contributorTerms").html("");
+ $("#contributorTerms").html("