summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2006-12-14 05:33:29 +0000
committersvncommit <devs@roundcube.net>2006-12-14 05:33:29 +0000
commitb500b488184dfae38d07510b434fc59f76845102 (patch)
tree0c4c3bbc09e52536f3efc24e946ed8102653515d /program/steps
parent7a5c48e7f70b8bc938fcae3ffd2be0fdbeaab145 (diff)
small patch to fix editor switching
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index 6e1126b86..e671b4c2a 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -814,7 +814,7 @@ function rcmail_editor_selector($attrib)
$selector = '';
$attrib['name'] = '_editorSelect';
- $attrib['onclick'] = 'return rcmail_toggle_editor(this)';
+ $attrib['onchange'] = 'return rcmail_toggle_editor(this)';
foreach ($choices as $value => $text)
{
$checked = '';