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(); } } }