remove old statement
This commit is contained in:
parent
a6370b5d01
commit
91d898f240
1 changed files with 2 additions and 8 deletions
|
@ -46,14 +46,8 @@ editor = {
|
||||||
feature_type.smoothFactor = 0;
|
feature_type.smoothFactor = 0;
|
||||||
editor.feature_types_order.push(feature_type.name);
|
editor.feature_types_order.push(feature_type.name);
|
||||||
listcontainer.append(
|
listcontainer.append(
|
||||||
$('<div class="feature_list">').attr('name', feature_type.name) /*.append(
|
$('<div class="feature_list">').attr('name', feature_type.name)
|
||||||
$('<legend>').append(
|
);
|
||||||
$('<span>').text(feature_type.title_plural)
|
|
||||||
).append(
|
|
||||||
$('<button class="btn btn-default btn-xs pull-right start-drawing"><i class="glyphicon glyphicon-plus"></i></button>')
|
|
||||||
)
|
|
||||||
)*/
|
|
||||||
)
|
|
||||||
dropdown.append(
|
dropdown.append(
|
||||||
$('<li>').attr('data-name', feature_type.name).append(
|
$('<li>').attr('data-name', feature_type.name).append(
|
||||||
$('<a href="#">').text(feature_type.title_plural)
|
$('<a href="#">').text(feature_type.title_plural)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue