summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-07 18:42:05 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-07 18:42:05 +0000
commit1fa591ff17dff2c8875e322294c60c13782d22e5 (patch)
treefba7daf6483536e0c7d60b5edbaaf790bdbdd68d /roundcubemail/program/include
parente4ed391f8bb392d58dea535036edf5636bba3d32 (diff)
Corrently focus HTML editor to make cursor visible. Patch by JohnDoh (#1487073)
git-svn-id: https://svn.roundcube.net/trunk@6050 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
-rw-r--r--roundcubemail/program/include/main.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/main.inc b/roundcubemail/program/include/main.inc
index 3489928cd..3f502753e 100644
--- a/roundcubemail/program/include/main.inc
+++ b/roundcubemail/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');
}