update embed panel

This commit is contained in:
rolux 2013-02-20 18:42:16 +05:30
parent 50e7ea3a07
commit 97a18cc747

View file

@ -40,9 +40,7 @@ pandora.ui.embedPanel = function() {
censored: video.censored,
censoredIcon: pandora.site.cantPlay.icon,
censoredTooltip: pandora.site.cantPlay.text,
controlsBottom: ['play', 'volume'].concat(
options.matchRatio ? [] : ['scale']
).concat(
controlsBottom: ['play', 'volume', 'scale'].concat(
Ox.Fullscreen.available ? ['fullscreen'] : []
).concat(
['timeline', 'position', 'settings']