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,
|
: null,
|
||||||
globalAttributes: ['lang'],
|
globalAttributes: ['lang'],
|
||||||
highlight: self.options.highlight,
|
highlight: self.options.highlight,
|
||||||
|
placeholder: Ox._('Loading...'),
|
||||||
separator: ';',
|
separator: ';',
|
||||||
sort: self.sort,
|
sort: self.sort,
|
||||||
submitOnBlur: false,
|
submitOnBlur: false,
|
||||||
|
@ -300,7 +301,6 @@ Ox.AnnotationFolder = function(options, self) {
|
||||||
insert: function(data) {
|
insert: function(data) {
|
||||||
that.triggerEvent('insert', data);
|
that.triggerEvent('insert', data);
|
||||||
},
|
},
|
||||||
placeholder: Ox._('Loading...'),
|
|
||||||
open: function() {
|
open: function() {
|
||||||
that.triggerEvent('open');
|
that.triggerEvent('open');
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue