diff --git a/source/Ox.UI/js/Video/LargeVideoTimeline.js b/source/Ox.UI/js/Video/LargeVideoTimeline.js
index c5664cec..df17d7f1 100644
--- a/source/Ox.UI/js/Video/LargeVideoTimeline.js
+++ b/source/Ox.UI/js/Video/LargeVideoTimeline.js
@@ -65,7 +65,7 @@ Ox.LargeVideoTimeline = function(options, self) {
self.$timeline = $('
')
.css({left: self.center + 'px'})
- .appendTo(that)
+ .appendTo(that);
setSubtitles();
diff --git a/source/Ox.UI/js/Video/VideoEditor.js b/source/Ox.UI/js/Video/VideoEditor.js
index dacc02d1..80ea555d 100644
--- a/source/Ox.UI/js/Video/VideoEditor.js
+++ b/source/Ox.UI/js/Video/VideoEditor.js
@@ -840,7 +840,7 @@ Ox.VideoEditor = function(options, self) {
self.options.find && setTimeout(function() {
// only submit if no annotation is selected
submitFindInput(self.options.find, !self.options.selected);
- }, 0);
+ });
function addAnnotation(layer) {
that.triggerEvent('addannotation', {