Remove unnecessary appendTo() that is undone by append() right away

This commit is contained in:
Anton Khorev 2022-09-17 09:14:46 +03:00
parent aae5cd3d4e
commit 7702035963

View file

@ -92,8 +92,7 @@ L.OSM.share = function (options) {
.append(
$("<p>")
.attr("class", "text-muted")
.text(I18n.t("javascripts.share.paste_html"))
.appendTo($linkSection));
.text(I18n.t("javascripts.share.paste_html")));
// Geo URI