typo
This commit is contained in:
parent
535c04d386
commit
907d41642b
1 changed files with 1 additions and 1 deletions
|
@ -1916,7 +1916,7 @@ Ox.VideoPlayer = function(options, self) {
|
|||
var children = $(this).children(),
|
||||
title = children[0].innerHTML,
|
||||
checked = (
|
||||
title == Ox.('Subtitles')
|
||||
title == Ox._('Subtitles')
|
||||
&& self.options.enableSubtitles
|
||||
) || (
|
||||
isResolution(title)
|
||||
|
|
Loading…
Reference in a new issue