diff options
author | thomascube <thomas@roundcube.net> | 2012-04-07 18:42:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-07 18:42:05 +0000 |
commit | 59c404de0b1dd1da38773b7617276bc81535443a (patch) | |
tree | f45abf3242f487b4e87c14dae5849c4c3a3f22ca /program/include | |
parent | c73efcc7bb6e0980ecd6505970894c57162940ea (diff) |
Corrently focus HTML editor to make cursor visible. Patch by JohnDoh (#1487073)
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/main.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/main.inc b/program/include/main.inc index 3489928cd..3f502753e 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -1377,7 +1377,7 @@ function rcube_html_editor($mode='') 'skin_path' => $RCMAIL->output->get_skin_path(), 'spellcheck' => intval($RCMAIL->config->get('enable_spellcheck')), 'spelldict' => intval($RCMAIL->config->get('spellcheck_dictionary')), - ))), 'foot'); + ))), 'docready'); } |