summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-16 08:27:58 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-16 08:27:58 +0000
commit494062a80ac54bdfdbff746c95d433e0231b5e30 (patch)
tree548c803e1f3f2a752f44da4117699216ae71ab28 /roundcubemail/program/steps/mail
parent76d936c3c7d9fa6eda0b46d9914f889ef8cc2fcd (diff)
- don't use onchange to toggle editor because of IE bug
git-svn-id: https://svn.roundcube.net/trunk@1315 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
-rw-r--r--roundcubemail/program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc
index 9989a82b6..1189c991e 100644
--- a/roundcubemail/program/steps/mail/compose.inc
+++ b/roundcubemail/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;