update formatting in video editor
This commit is contained in:
parent
3007cafcae
commit
e46b568322
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ Ox.AnnotationFolder = function(options, self) {
|
||||||
separator: ';',
|
separator: ';',
|
||||||
sort: self.sort,
|
sort: self.sort,
|
||||||
submitOnBlur: false,
|
submitOnBlur: false,
|
||||||
tooltipText: self.options.showInfo ? '<b>{user}</b>, {modified}' : '',
|
tooltipText: self.options.showInfo ? '<b>{user}</b>, {date}' : '',
|
||||||
width: self.options.width,
|
width: self.options.width,
|
||||||
maxHeight: self.options.type == 'text' ? Infinity : void 0,
|
maxHeight: self.options.type == 'text' ? Infinity : void 0,
|
||||||
type: self.options.type == 'text' ? 'textarea' : 'input'
|
type: self.options.type == 'text' ? 'textarea' : 'input'
|
||||||
|
|
Loading…
Reference in a new issue