From 96db09337c9f7e3fd6a2f95448220995aad0e9c9 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 15 Feb 2012 13:37:33 +0000 Subject: [PATCH] revert changes (reopens #395) --- source/Ox.UI/js/Video/Ox.VideoEditor.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index cd130546..85ce8bf5 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -1182,8 +1182,6 @@ Ox.VideoEditor = function(options, self) { } else { self.$findInput.focusInput(true); } - } - if (hasPressedEnter || !self.options.find) { self.$annotationPanel.options({highlight: self.options.find}); } }