fix a bug in video player

This commit is contained in:
rolux 2013-02-21 01:54:18 +05:30
parent bdddabeb3f
commit e20fe9f2fe

View file

@ -1917,10 +1917,12 @@ Ox.VideoPlayer = function(options, self) {
) || ( ) || (
isResolution(title) isResolution(title)
&& parseInt(title, 10) == self.options.resolution && parseInt(title, 10) == self.options.resolution
) || title == Ox.getObjectById( ) || (
self.options.timelineTypes, self.options.timelineTypes.length
self.options.timelineType && title == Ox.getObjectById(
).title; self.options.timelineTypes,
self.options.timelineType
).title;
$(children[1]).attr({ $(children[1]).attr({
src: Ox.UI.getImageURL( src: Ox.UI.getImageURL(
'symbol' + (checked ? 'Check' : 'None') 'symbol' + (checked ? 'Check' : 'None')