From cb6644e08d627af870488d8996d7019be1fb826c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 2 Feb 2014 01:43:55 +0530 Subject: [PATCH] fix AnnotationFolder placeholder --- source/Ox.UI/js/Video/AnnotationFolder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); },