update formatting in video editor

This commit is contained in:
rlx 2012-02-15 21:28:03 +00:00
parent 3007cafcae
commit e46b568322

View file

@ -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'