Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eigenlab
Leaflet.FormBuilder
Commits
0a048b8e
Commit
0a048b8e
authored
Sep 27, 2014
by
Yohan Boniface
Browse files
Remove code from Leaflet.Storage
parent
999d2b2a
Changes
1
Show whitespace changes
Inline
Side-by-side
Leaflet.FormBuilder.js
View file @
0a048b8e
...
...
@@ -169,9 +169,6 @@ L.FormBuilder.Element = L.Class.extend({
if
(
this
.
options
.
label
)
{
this
.
label
=
L
.
DomUtil
.
create
(
'
label
'
,
''
,
this
.
formBuilder
.
form
);
this
.
label
.
innerHTML
=
this
.
options
.
label
;
if
(
this
.
options
.
helpEntries
)
{
this
.
map
.
help
.
button
(
this
.
label
,
this
.
options
.
helpEntries
);
}
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment