alecpl
2010-09-02 bdf6ded0a6f8c4ddd9d8761beba9029a1e86f354
- Fix JS error when switching off HTML editor in identity form


1 files modified
3 ■■■■ changed files
program/js/editor.js 3 ●●●● patch | view | raw | blame | history
program/js/editor.js
@@ -116,6 +116,7 @@
    if (flagElement && (flag = rcube_find_object(flagElement)))
      flag.value = '0';
    rcube_find_object(rcmail.env.composebody).focus();
    if (rcmail.env.composebody)
      rcube_find_object(rcmail.env.composebody).focus();
  }
}