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 + }); } });