fix block timeline tooltip (text is HTML)
This commit is contained in:
parent
e836071a1e
commit
a579d08f41
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ Ox.BlockVideoTimeline = function(options, self) {
|
|||
title: subtitle
|
||||
? '<span class=\'OxBright\'>' + Ox.highlight(
|
||||
subtitle.text, self.options.find, 'OxHighlight', true
|
||||
).replace(/\n/g, '<br/>') + '</span><br/>'
|
||||
).replace(/\n/g, ' ') + '</span><br/>'
|
||||
+ Ox.formatDuration(subtitle['in'], 3) + ' - '
|
||||
+ Ox.formatDuration(subtitle['out'], 3)
|
||||
: Ox.formatDuration(position)
|
||||
|
|
Loading…
Reference in a new issue