Remove display properties from share tabs

This commit is contained in:
Anton Khorev 2023-07-29 19:26:20 +03:00
parent e932972a4a
commit c3500b4b81
2 changed files with 2 additions and 5 deletions

View file

@ -66,7 +66,6 @@ L.OSM.share = function (options) {
$("<div>")
.attr("class", "share-tab")
.css("display", "block")
.appendTo($form)
.append($("<input>")
.attr("id", "long_input")
@ -75,6 +74,7 @@ L.OSM.share = function (options) {
$("<div>")
.attr("class", "share-tab")
.hide()
.appendTo($form)
.append($("<input>")
.attr("id", "short_input")
@ -83,6 +83,7 @@ L.OSM.share = function (options) {
$("<div>")
.attr("class", "share-tab")
.hide()
.appendTo($form)
.append(
$("<textarea>")