From 31fff58b3307541c1abb8d51018262ad5da19454 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 25 Feb 2013 10:49:31 +0530 Subject: [PATCH] embed panel: fix timeline for single frame embeds --- 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 746225c84..6f5a1b9de 100644 --- a/static/js/pandora/embedPanel.js +++ b/static/js/pandora/embedPanel.js @@ -144,7 +144,7 @@ pandora.ui.embedPanel = function() { return '/' + ui.item + '/timeline' + type + '64p' + i + '.jpg'; }, position: options.position, - showInToOut: options.playInToOut, + showInToOut: options.playInToOut && options['in'] < options.out, subtitles: ui.videoSubtitles ? video.subtitles : [], type: options.timeline, width: window.innerWidth - 16