1
0
Fork 0
forked from 0x2620/oxjs

subtitles are html, fixes #845

This commit is contained in:
j 2012-06-15 18:26:18 +02:00
commit 2a58661c9a
2 changed files with 2 additions and 2 deletions

View file

@ -179,7 +179,7 @@ Ox.LargeVideoTimeline = function(options, self) {
width: (((subtitle.out - subtitle['in']) * self.fps) - 2) + 'px'
})
.html(Ox.highlight(
subtitle.text, self.options.find, 'OxHighlight'
subtitle.text, self.options.find, 'OxHighlight', true
))
.appendTo(self.$timeline);
});