fix AnnotationFolder placeholder
This commit is contained in:
parent
d039d0c781
commit
cb6644e08d
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue