Remove display properties from share tabs
This commit is contained in:
parent
e932972a4a
commit
c3500b4b81
2 changed files with 2 additions and 5 deletions
|
@ -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>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue