")
.attr("for", "embed_html")
.attr("href", "#")
.text(I18n.t("javascripts.share.embed")))
.on("click", "a", function (e) {
e.preventDefault();
var id = "#" + $(this).attr("for");
- $linkSection.find(".share-tabs a")
+ $(this).siblings("a")
.removeClass("active");
$(this).addClass("active");
$linkSection.find(".share-tab")
@@ -118,8 +91,7 @@ L.OSM.share = function (options) {
.append(
$("")
.attr("class", "text-muted")
- .text(I18n.t("javascripts.share.paste_html"))
- .appendTo($linkSection));
+ .text(I18n.t("javascripts.share.paste_html")));
// Geo URI
@@ -159,7 +131,7 @@ L.OSM.share = function (options) {
.appendTo($imageSection);
$("
")
- .attr("class", "form-group form-check")
+ .attr("class", "mb-3 form-check")
.appendTo($form)
.append(
$("