X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0ea6646fb6d86b11c78bc554168b76096fe21821..5dc9fb3dc550a7b81ee6df5d6ca97e050798aba9:/app/assets/javascripts/leaflet.share.js?ds=sidebyside diff --git a/app/assets/javascripts/leaflet.share.js b/app/assets/javascripts/leaflet.share.js index c72760c97..eb351fa02 100644 --- a/app/assets/javascripts/leaflet.share.js +++ b/app/assets/javascripts/leaflet.share.js @@ -46,10 +46,13 @@ L.OSM.share = function (options) { .text(I18n.t("javascripts.share.short_link"))) .append($("") .attr("for", "embed_html") + .attr("id", "embed_link") + .attr("data-bs-title", I18n.t("javascripts.site.embed_html_disabled")) .attr("href", "#") .text(I18n.t("javascripts.share.embed"))) .on("click", "a", function (e) { e.preventDefault(); + if (!$(this).hasClass("btn-primary")) return; var id = "#" + $(this).attr("for"); $(this).siblings("a") .removeClass("active"); @@ -68,6 +71,8 @@ L.OSM.share = function (options) { .append($("") .attr("id", "long_input") .attr("type", "text") + .attr("class", "form-control form-control-sm font-monospace") + .attr("readonly", true) .on("click", select)); $("
") @@ -77,6 +82,8 @@ L.OSM.share = function (options) { .append($("") .attr("id", "short_input") .attr("type", "text") + .attr("class", "form-control form-control-sm font-monospace") + .attr("readonly", true) .on("click", select)); $("
") @@ -86,6 +93,8 @@ L.OSM.share = function (options) { .append( $("