minor reformatting
This commit is contained in:
parent
4ba06fde41
commit
3ec610076a
1 changed files with 1 additions and 2 deletions
|
@ -209,8 +209,7 @@ Ox.BlockVideoTimeline = function(options, self) {
|
|||
subtitle = getSubtitle(position);
|
||||
self.$tooltip.options({
|
||||
title: subtitle
|
||||
? '<span class=\'OxBright\'>'
|
||||
+ Ox.highlight(
|
||||
? '<span class=\'OxBright\'>' + Ox.highlight(
|
||||
subtitle.text, self.options.find, 'OxHighlight'
|
||||
).replace(/\n/g, '<br/>') + '</span><br/>'
|
||||
+ Ox.formatDuration(subtitle['in'], 3) + ' - '
|
||||
|
|
Loading…
Reference in a new issue