remove log statements
This commit is contained in:
parent
a87d193ac4
commit
165bd0457a
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
|||
: ' <br/> '
|
||||
// FIXME: weird bug, only in fullscreen, only in chrome
|
||||
);
|
||||
//Ox.Log('Video', '?!?', self.$subtitle.css('bottom'), self.$subtitle.height())
|
||||
}
|
||||
|
||||
function sizechange() {
|
||||
|
|
Loading…
Reference in a new issue