small patch to fix editor switching

release-0.6
svncommit 18 years ago
parent 7a5c48e7f7
commit b500b48818

@ -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 = '';

Loading…
Cancel
Save