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);
|
subtitle = getSubtitle(position);
|
||||||
self.$tooltip.options({
|
self.$tooltip.options({
|
||||||
title: subtitle
|
title: subtitle
|
||||||
? '<span class=\'OxBright\'>'
|
? '<span class=\'OxBright\'>' + Ox.highlight(
|
||||||
+ Ox.highlight(
|
|
||||||
subtitle.text, self.options.find, 'OxHighlight'
|
subtitle.text, self.options.find, 'OxHighlight'
|
||||||
).replace(/\n/g, '<br/>') + '</span><br/>'
|
).replace(/\n/g, '<br/>') + '</span><br/>'
|
||||||
+ Ox.formatDuration(subtitle['in'], 3) + ' - '
|
+ Ox.formatDuration(subtitle['in'], 3) + ' - '
|
||||||
|
|
Loading…
Reference in a new issue