diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index fc1921c1..96377d77 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -2076,7 +2076,6 @@ Ox.VideoPlayer = function(options, self) { } function setSubtitleText() { - //Ox.Log('Video', 'setSubTx', self.subtitle, self.options.find) self.$subtitle.html( self.subtitle ? Ox.highlight(self.subtitle, self.options.find, 'OxHighlight', true) @@ -2084,7 +2083,6 @@ Ox.VideoPlayer = function(options, self) { : ' 
 ' // FIXME: weird bug, only in fullscreen, only in chrome ); - //Ox.Log('Video', '?!?', self.$subtitle.css('bottom'), self.$subtitle.height()) } function sizechange() {