From ba0fe16a0703ae85879a20051b85fd46b85f4c05 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Fri, 17 Feb 2012 16:29:50 +0000 Subject: [PATCH] in video view, update URL when selecting annotation (fixes #479) --- source/Ox.UI/js/Video/Ox.VideoPanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Video/Ox.VideoPanel.js b/source/Ox.UI/js/Video/Ox.VideoPanel.js index 475a062e..bec350c5 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPanel.js +++ b/source/Ox.UI/js/Video/Ox.VideoPanel.js @@ -319,6 +319,7 @@ Ox.VideoPanel = function(options, self) { setPoint('in', data['in']); setPoint('out', data.out); } + that.triggerEvent('select', {id: self.options.selected}); } function setPoint(point, position) {