diff --git a/source/Ox.UI/js/Video/ClipPanel.js b/source/Ox.UI/js/Video/ClipPanel.js index 7071ac4b..d4c6c56f 100644 --- a/source/Ox.UI/js/Video/ClipPanel.js +++ b/source/Ox.UI/js/Video/ClipPanel.js @@ -190,7 +190,7 @@ Ox.ClipPanel = function(options, self) { if (data.id == 'view') { var action = self.options.editable && self.options.selected.length - && self.options.view != 'annotations' + && data.checked[0].id != 'annotations' ? 'enableItem' : 'disableItem'; self.options.view = data.checked[0].id; self.$menu[action]('split');