diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index 8b18dd86..c180f13f 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -237,10 +237,10 @@ Ox.VideoEditor = function(options, self) { find: self.options.find, getImageURL: self.options.getSmallTimelineImageURL, id: 'timelineSmall', - //matches: self.options.matches, 'in': self.options['in'], out: self.options.out, position: self.options.position, + results: find(self.options.find), showPointMarkers: true, showSubtitles: true, subtitles: self.options.subtitles, @@ -515,6 +515,7 @@ Ox.VideoEditor = function(options, self) { autocompleteSelectSubmit: true, changeOnKeypress: true, placeholder: 'Find...', + value: self.options.find, width: 96 }) .css({float: 'right'})