diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-14 05:33:29 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-14 05:33:29 +0000 |
| commit | 84b75c005bb4ce99f1fa7a555f6c19eeb2769b6c (patch) | |
| tree | fce01ef60f32d6590bd9fc38aeb3696511f4aeaa /roundcubemail | |
| parent | b2818128cf9db2b34ed9730a52c8d44da7c24750 (diff) | |
small patch to fix editor switching
git-svn-id: https://svn.roundcube.net/trunk@405 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index 6e1126b86..e671b4c2a 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/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 = ''; |
