This commit is contained in:
rolux 2013-02-11 12:53:12 +05:30
parent 0c2e0b7ce6
commit ac5aa63d5a

View file

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