timelines are nested now, fixes #2513

This commit is contained in:
j 2014-10-10 16:30:39 +02:00
parent 6b9b86e95a
commit 9651cec448

View file

@ -131,7 +131,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
self.$mainPanel.toggle(1); self.$mainPanel.toggle(1);
}, },
timeline: function() { timeline: function() {
self.$menuButton.checkItem(self.options.timeline); self.$menuButton.checkItem('timelines_' + self.options.timeline);
updateTimelines(); updateTimelines();
}, },
width: setSizes width: setSizes