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, censored: data.censored,
censoredIcon: pandora.site.cantPlay.icon, censoredIcon: pandora.site.cantPlay.icon,
censoredTooltip: pandora.site.cantPlay.text, censoredTooltip: pandora.site.cantPlay.text,
controlsTop: Ox.Fullscreen.available ? ['fullscreen'] : null, controlsTop: Ox.Fullscreen.available ? ['fullscreen'] : [],
controlsBottom: ['play', 'volume', 'scale', 'timeline', 'settings'], controlsBottom: ['play', 'volume', 'scale', 'timeline', 'settings'],
duration: data.duration, duration: data.duration,
enableFind: false, enableFind: false,