typo
This commit is contained in:
parent
0c2e0b7ce6
commit
ac5aa63d5a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Ox.VideoPreview = function(options, self) {
|
|||
self.timeout = setTimeout(function() {
|
||||
self.$frame.attr({src: self.options.getFrame(position)});
|
||||
}, 250);
|
||||
return '<div style="text-align: center>"'
|
||||
return '<div style="text-align: center">'
|
||||
+ (tooltip ? tooltip + '<br>' : '')
|
||||
+ Ox.formatDuration(position, 2)
|
||||
+ '</div>';
|
||||
|
|
Loading…
Reference in a new issue