From 6f823374aaf2efc0d5803904fd25df85fcd95835 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 13:43:37 +0530 Subject: [PATCH] update embed panel --- static/js/pandora/embedPanel.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/js/pandora/embedPanel.js b/static/js/pandora/embedPanel.js index 4dc683517..d828afd4a 100644 --- a/static/js/pandora/embedPanel.js +++ b/static/js/pandora/embedPanel.js @@ -118,6 +118,11 @@ pandora.ui.embedPanel = function() { options.showTimeline && $timeline.options({ subtitles: data.subtitles ? video.subtitles : [] }); + }, + timeline: function(data) { + options.showTimeline && $timeline.options({ + type: data.timeline + }); } });