timelines are nested now, fixes #2513
This commit is contained in:
parent
6b9b86e95a
commit
9651cec448
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue