From 84b75c005bb4ce99f1fa7a555f6c19eeb2769b6c Mon Sep 17 00:00:00 2001 From: estadtherr Date: Thu, 14 Dec 2006 05:33:29 +0000 Subject: small patch to fix editor switching git-svn-id: https://svn.roundcube.net/trunk@405 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps') 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 = ''; -- cgit v1.2.3