From 5caf34df6ac335e86b23be19a7bad23f07a743f7 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 11 Feb 2013 10:37:50 +0000 Subject: [PATCH] fix embeds without fullscreen --- static/js/embed/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/embed/pandora.js b/static/js/embed/pandora.js index 32decaf6..eaca4823 100755 --- a/static/js/embed/pandora.js +++ b/static/js/embed/pandora.js @@ -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,