From 9651cec44899a3d6457ac45c310b69b4e84053b7 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 10 Oct 2014 16:30:39 +0200 Subject: [PATCH] timelines are nested now, fixes #2513 --- source/UI/js/Video/VideoAnnotationPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/UI/js/Video/VideoAnnotationPanel.js b/source/UI/js/Video/VideoAnnotationPanel.js index 0774a57e..24d130c2 100644 --- a/source/UI/js/Video/VideoAnnotationPanel.js +++ b/source/UI/js/Video/VideoAnnotationPanel.js @@ -131,7 +131,7 @@ Ox.VideoAnnotationPanel = function(options, self) { self.$mainPanel.toggle(1); }, timeline: function() { - self.$menuButton.checkItem(self.options.timeline); + self.$menuButton.checkItem('timelines_' + self.options.timeline); updateTimelines(); }, width: setSizes