in video view, update URL when selecting annotation (fixes #479)
This commit is contained in:
parent
a27ff78730
commit
ba0fe16a07
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ Ox.VideoPanel = function(options, self) {
|
||||||
setPoint('in', data['in']);
|
setPoint('in', data['in']);
|
||||||
setPoint('out', data.out);
|
setPoint('out', data.out);
|
||||||
}
|
}
|
||||||
|
that.triggerEvent('select', {id: self.options.selected});
|
||||||
}
|
}
|
||||||
|
|
||||||
function setPoint(point, position) {
|
function setPoint(point, position) {
|
||||||
|
|
Loading…
Reference in a new issue