diff --git a/src/c3nav/editor/static/editor/js/editor.js b/src/c3nav/editor/static/editor/js/editor.js index 3c4d6ac4..e4afdbc7 100644 --- a/src/c3nav/editor/static/editor/js/editor.js +++ b/src/c3nav/editor/static/editor/js/editor.js @@ -46,14 +46,8 @@ editor = { feature_type.smoothFactor = 0; editor.feature_types_order.push(feature_type.name); listcontainer.append( - $('
').attr('name', feature_type.name) /*.append( - $('').append( - $('').text(feature_type.title_plural) - ).append( - $('') - ) - )*/ - ) + $('
').attr('name', feature_type.name) + ); dropdown.append( $('
  • ').attr('data-name', feature_type.name).append( $('').text(feature_type.title_plural)