summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-04-16 08:27:58 +0000
committeralecpl <alec@alec.pl>2008-04-16 08:27:58 +0000
commit3dd0f253339e7f8e2aef6567987709c07b5d4e7f (patch)
tree3170c2b19fe54cb7ac9a742f062616d480e42cae /program/steps
parentb49c0e8638ccd91557fb56892e110e59853d2712 (diff)
- don't use onchange to toggle editor because of IE bug
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 9989a82b6..1189c991e 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -825,7 +825,7 @@ function rcmail_editor_selector($attrib)
$selector = '';
$attrib['name'] = '_editorSelect';
- $attrib['onchange'] = 'return rcmail_toggle_editor(this)';
+ $attrib['onclick'] = 'return rcmail_toggle_editor(this)';
foreach ($choices as $value => $text)
{
$attrib['id'] = '_' . $value;