diff --git a/source/Ox.UI/js/Video/AnnotationFolder.js b/source/Ox.UI/js/Video/AnnotationFolder.js index 6ccb53e2..484139b3 100644 --- a/source/Ox.UI/js/Video/AnnotationFolder.js +++ b/source/Ox.UI/js/Video/AnnotationFolder.js @@ -268,6 +268,7 @@ Ox.AnnotationFolder = function(options, self) { : null, globalAttributes: ['lang'], highlight: self.options.highlight, + placeholder: Ox._('Loading...'), separator: ';', sort: self.sort, submitOnBlur: false, @@ -300,7 +301,6 @@ Ox.AnnotationFolder = function(options, self) { insert: function(data) { that.triggerEvent('insert', data); }, - placeholder: Ox._('Loading...'), open: function() { that.triggerEvent('open'); },