From 7f2355651ca08325d0497ebd139f1f5aed9fa5e8 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Feb 2013 01:30:58 +0530 Subject: [PATCH] embed player: for now, don't use timelineType and timelineTypes options --- static/js/pandora/embedPanel.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/pandora/embedPanel.js b/static/js/pandora/embedPanel.js index faf0c04cc..1f9a6b514 100644 --- a/static/js/pandora/embedPanel.js +++ b/static/js/pandora/embedPanel.js @@ -83,6 +83,8 @@ pandora.ui.embedPanel = function() { + '/timelineantialias' + size + 'p' + i + '.jpg' } : '/' + options.item + '/' + 'timeline16p.png', + // timelineType: pandora.user.ui.videoTimeline, + // timelineTypes: pandora.site.timelines, title: video.title, video: video.video, volume: pandora.user.ui.videoVolume,