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>")
|
$("<div>")
|
||||||
.attr("class", "share-tab")
|
.attr("class", "share-tab")
|
||||||
.css("display", "block")
|
|
||||||
.appendTo($form)
|
.appendTo($form)
|
||||||
.append($("<input>")
|
.append($("<input>")
|
||||||
.attr("id", "long_input")
|
.attr("id", "long_input")
|
||||||
|
@ -75,6 +74,7 @@ L.OSM.share = function (options) {
|
||||||
|
|
||||||
$("<div>")
|
$("<div>")
|
||||||
.attr("class", "share-tab")
|
.attr("class", "share-tab")
|
||||||
|
.hide()
|
||||||
.appendTo($form)
|
.appendTo($form)
|
||||||
.append($("<input>")
|
.append($("<input>")
|
||||||
.attr("id", "short_input")
|
.attr("id", "short_input")
|
||||||
|
@ -83,6 +83,7 @@ L.OSM.share = function (options) {
|
||||||
|
|
||||||
$("<div>")
|
$("<div>")
|
||||||
.attr("class", "share-tab")
|
.attr("class", "share-tab")
|
||||||
|
.hide()
|
||||||
.appendTo($form)
|
.appendTo($form)
|
||||||
.append(
|
.append(
|
||||||
$("<textarea>")
|
$("<textarea>")
|
||||||
|
|
|
@ -591,10 +591,6 @@ body.small-nav {
|
||||||
}
|
}
|
||||||
|
|
||||||
.share-ui {
|
.share-ui {
|
||||||
.share-tab {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.share-link {
|
.share-link {
|
||||||
input[type=text],
|
input[type=text],
|
||||||
textarea {
|
textarea {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue