diff --git a/source/Ox.UI/js/Video/VideoAnnotationPanel.js b/source/Ox.UI/js/Video/VideoAnnotationPanel.js index 8daadabf..7b473c9b 100644 --- a/source/Ox.UI/js/Video/VideoAnnotationPanel.js +++ b/source/Ox.UI/js/Video/VideoAnnotationPanel.js @@ -630,7 +630,7 @@ Ox.VideoAnnotationPanel = function(options, self) { } else if (id == 'importAnnotations') { that.triggerEvent('importannotations'); } else if (id == 'exportAnnotations') { - // ... + that.triggerEvent('exportannotations'); } else if (id == 'keyboard') { showKeyboardShortcuts(); }