in video view, update URL when selecting annotation (fixes #479)

This commit is contained in:
rlx 2012-02-17 16:29:50 +00:00
parent a27ff78730
commit ba0fe16a07

View file

@ -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) {