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