fix a bug in embed panel

This commit is contained in:
rolux 2013-02-21 01:57:43 +05:30
parent 7f2355651c
commit c2c007401e
1 changed files with 1 additions and 1 deletions

View File

@ -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 : []
});
}