X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dc24f6c2195c6053efd43778d53ae68984e54107..0b7435ab32b3271ae000894f6798cc087b3c058c:/app/assets/javascripts/leaflet.share.js diff --git a/app/assets/javascripts/leaflet.share.js b/app/assets/javascripts/leaflet.share.js index 5fb189a76..0b868d2ca 100644 --- a/app/assets/javascripts/leaflet.share.js +++ b/app/assets/javascripts/leaflet.share.js @@ -10,7 +10,7 @@ L.OSM.share = function (options) { // Link / Embed var $linkSection = $("
") - .attr("class", "section share-link") + .attr("class", "share-link p-3 border-bottom border-secondary-subtle") .appendTo($ui); $("

") @@ -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"); @@ -69,6 +72,7 @@ L.OSM.share = function (options) { .attr("id", "long_input") .attr("type", "text") .attr("class", "form-control form-control-sm font-monospace") + .attr("readonly", true) .on("click", select)); $("
") @@ -79,6 +83,7 @@ L.OSM.share = function (options) { .attr("id", "short_input") .attr("type", "text") .attr("class", "form-control form-control-sm font-monospace") + .attr("readonly", true) .on("click", select)); $("
") @@ -89,16 +94,17 @@ L.OSM.share = function (options) { $("