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(),
|
var children = $(this).children(),
|
||||||
title = children[0].innerHTML,
|
title = children[0].innerHTML,
|
||||||
checked = (
|
checked = (
|
||||||
title == Ox.('Subtitles')
|
title == Ox._('Subtitles')
|
||||||
&& self.options.enableSubtitles
|
&& self.options.enableSubtitles
|
||||||
) || (
|
) || (
|
||||||
isResolution(title)
|
isResolution(title)
|
||||||
|
|
Loading…
Reference in a new issue