From c2c007401e44f3df474985f5ca8ae3fedd3664da Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 01:57:43 +0530 Subject: [PATCH] fix a bug in embed panel --- static/js/pandora/embedPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/embedPanel.js b/static/js/pandora/embedPanel.js index 1f9a6b514..31430a305 100644 --- a/static/js/pandora/embedPanel.js +++ b/static/js/pandora/embedPanel.js @@ -113,7 +113,7 @@ pandora.ui.embedPanel = function() { setPosition(data.position); }, subtitles: function(data) { - $timeline.options({ + options.showTimeline && $timeline.options({ subtitles: data.subtitles ? video.subtitles : [] }); }