diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js index a0bac506..fa99a395 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js @@ -524,7 +524,6 @@ Ox.AnnotationFolder = function(options, self) { self.editing = false; } if (value && self.options.collapsed) { - //self.$panel.options({collapsed: false}); toggleLayer(); } self.$annotations.options({selected: value});