(revert...)
This commit is contained in:
parent
e557af2355
commit
1c70e8a6b9
1 changed files with 1 additions and 5 deletions
|
@ -339,11 +339,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
|
||||
setTimeout(function() {
|
||||
self.$annotations.options({
|
||||
items: self.options.type == 'entity'
|
||||
? self.annotations.map(function(annotation) {
|
||||
return annotation.entity.name;
|
||||
})
|
||||
: self.annotations,
|
||||
items: self.annotations,
|
||||
placeholder: getPlaceholder(),
|
||||
selected: self.options.selected
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue