From 819f803c02a3b12d9ba4db5b44f5b1b7d9483ef6 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 17 Jan 2014 13:51:44 +0000 Subject: [PATCH] trigger exportannotations --- source/Ox.UI/js/Video/VideoAnnotationPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }