diff options
author | svncommit <devs@roundcube.net> | 2006-12-14 05:33:29 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-12-14 05:33:29 +0000 |
commit | b500b488184dfae38d07510b434fc59f76845102 (patch) | |
tree | 0c4c3bbc09e52536f3efc24e946ed8102653515d /program/steps/mail/compose.inc | |
parent | 7a5c48e7f70b8bc938fcae3ffd2be0fdbeaab145 (diff) |
small patch to fix editor switching
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
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 = ''; |