Remove unnecessary appendTo() that is undone by append() right away
This commit is contained in:
parent
aae5cd3d4e
commit
7702035963
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue