From 1c70e8a6b931da8a33bd88d9e893d5fac8106136 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 16 Dec 2014 18:28:02 +0000 Subject: [PATCH] (revert...) --- source/UI/js/Video/AnnotationFolder.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 });