From e49abea38f0300714a90ae80957967962a528f17 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 12 Feb 2013 17:18:49 +0530 Subject: [PATCH] embed player: move fullscreen control --- static/js/embed/pandora.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/js/embed/pandora.js b/static/js/embed/pandora.js index fc4a75553..319c82deb 100755 --- a/static/js/embed/pandora.js +++ b/static/js/embed/pandora.js @@ -25,15 +25,15 @@ Ox.load('UI', { censored: data.censored, censoredIcon: pandora.site.cantPlay.icon, censoredTooltip: pandora.site.cantPlay.text, - controlsTooltips: {open: 'Watch on ' + pandora.site.site.name}, - controlsTop: (options.showCloseButton ? ['close'] : []).concat( - ['space'] - ).concat( + controlsBottom: ['play', 'volume', 'scale'].concat( Ox.Fullscreen.available ? ['fullscreen'] : [] ).concat( - ['open'] + ['timeline', 'position', 'settings'] + ), + controlsTooltips: {open: 'Watch on ' + pandora.site.site.name}, + controlsTop: (options.showCloseButton ? ['close'] : []).concat( + ['space', 'open'] ), - controlsBottom: ['play', 'volume', 'scale', 'timeline', 'position', 'settings'], duration: data.duration, enableFind: false, enableFullscreen: Ox.Fullscreen.available,