From 041c93ce0bc00cb6417ce2e4bdce2ed84d37f50a Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 22 May 2012 06:31:37 -0400
Subject: [PATCH] Removed $Id$

---
 program/js/editor.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/program/js/editor.js b/program/js/editor.js
index ce3b38c..37d56b3 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -12,8 +12,6 @@
  +-----------------------------------------------------------------------+
  | Author: Eric Stadtherr <estadtherr@gmail.com>                         |
  +-----------------------------------------------------------------------+
-
- $Id: editor.js 000 2006-05-18 19:12:28Z roundcube $
 */
 
 // Initialize HTML editor
@@ -107,7 +105,7 @@
       if (textarea && node)
         node.tabIndex = textarea.tabIndex;
       if (focus)
-        editor.getWin().focus();
+        editor.getBody().focus();
     }
   }
 }

--
Gitblit v1.9.1