From b500b488184dfae38d07510b434fc59f76845102 Mon Sep 17 00:00:00 2001 From: svncommit Date: Thu, 14 Dec 2006 05:33:29 +0000 Subject: small patch to fix editor switching --- program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail/compose.inc') 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 = ''; -- cgit v1.2.3