cosmetic changes
This commit is contained in:
parent
1115a33a5f
commit
a34c8b5b11
2 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ Ox.LargeVideoTimeline = function(options, self) {
|
||||||
|
|
||||||
self.$timeline = $('<div>')
|
self.$timeline = $('<div>')
|
||||||
.css({left: self.center + 'px'})
|
.css({left: self.center + 'px'})
|
||||||
.appendTo(that)
|
.appendTo(that);
|
||||||
|
|
||||||
setSubtitles();
|
setSubtitles();
|
||||||
|
|
||||||
|
|
|
@ -840,7 +840,7 @@ Ox.VideoEditor = function(options, self) {
|
||||||
self.options.find && setTimeout(function() {
|
self.options.find && setTimeout(function() {
|
||||||
// only submit if no annotation is selected
|
// only submit if no annotation is selected
|
||||||
submitFindInput(self.options.find, !self.options.selected);
|
submitFindInput(self.options.find, !self.options.selected);
|
||||||
}, 0);
|
});
|
||||||
|
|
||||||
function addAnnotation(layer) {
|
function addAnnotation(layer) {
|
||||||
that.triggerEvent('addannotation', {
|
that.triggerEvent('addannotation', {
|
||||||
|
|
Loading…
Reference in a new issue