diff --git a/source/UI/js/Video/AnnotationFolder.js b/source/UI/js/Video/AnnotationFolder.js index 4b01a512..6c496556 100644 --- a/source/UI/js/Video/AnnotationFolder.js +++ b/source/UI/js/Video/AnnotationFolder.js @@ -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 });