1
0
Fork 0
forked from 0x2620/oxjs

better Ox.find() (return exact match first)

This commit is contained in:
rolux 2011-05-20 07:56:42 +02:00
commit 28138cc446
3 changed files with 11 additions and 17 deletions

View file

@ -1326,7 +1326,7 @@ Ox.VideoPlayer = function(options, self) {
$element.hide().css({opacity: 1});
});
});
self.options.fullscreen && hideControls();
//self.options.fullscreen && hideControls();
}
function hideControls() {