diff --git a/source/UI/js/Video/VideoAnnotationPanel.js b/source/UI/js/Video/VideoAnnotationPanel.js index 07733639..865e4ee7 100644 --- a/source/UI/js/Video/VideoAnnotationPanel.js +++ b/source/UI/js/Video/VideoAnnotationPanel.js @@ -899,9 +899,9 @@ Ox.VideoAnnotationPanel = function(options, self) { }, focus: that.gainFocus, highlightlayer: function(data) { - console.log('!! hl', data) self.options.findLayer = data; submitFindInput(self.$findInput.value(), false); + that.triggerEvent('findlayer', data); }, importannotations: function() { that.triggerEvent('importannotations');