From cd5b1ac36768a664c911d401718c8c83388b3886 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 22 Oct 2013 17:58:47 +0200 Subject: [PATCH] update timeline overlay, too --- source/Ox.UI/js/Video/VideoAnnotationPanel.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/Ox.UI/js/Video/VideoAnnotationPanel.js b/source/Ox.UI/js/Video/VideoAnnotationPanel.js index 19dd6000..eb367c39 100644 --- a/source/Ox.UI/js/Video/VideoAnnotationPanel.js +++ b/source/Ox.UI/js/Video/VideoAnnotationPanel.js @@ -1481,6 +1481,9 @@ Ox.VideoAnnotationPanel = function(options, self) { self.$player.forEach(function($player) { player.options({subtitles: self.options.subtitles}); }); + self.$timeline.forEach(function($timeline) { + $timeline.options({subtitles: self.options.subtitles}); + }); } function updateTimelines() {