fix embeds without fullscreen

This commit is contained in:
j 2013-02-11 10:37:50 +00:00
parent 771b4efa38
commit 5caf34df6a

View file

@ -25,7 +25,7 @@ Ox.load('UI', {
censored: data.censored,
censoredIcon: pandora.site.cantPlay.icon,
censoredTooltip: pandora.site.cantPlay.text,
controlsTop: Ox.Fullscreen.available ? ['fullscreen'] : null,
controlsTop: Ox.Fullscreen.available ? ['fullscreen'] : [],
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'settings'],
duration: data.duration,
enableFind: false,