From 494062a80ac54bdfdbff746c95d433e0231b5e30 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 16 Apr 2008 08:27:58 +0000 Subject: - 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 --- roundcubemail/program/js/editor.js | 21 --------------------- roundcubemail/program/steps/mail/compose.inc | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/roundcubemail/program/js/editor.js b/roundcubemail/program/js/editor.js index 13298cd29..7b22c9e8e 100644 --- a/roundcubemail/program/js/editor.js +++ b/roundcubemail/program/js/editor.js @@ -35,26 +35,6 @@ function rcmail_editor_init(skin_path, editor_lang) }); } -// Set the state of the HTML/Plain toggles based on the _is_html field value -function rcmail_set_editor_toggle_states() - { - // set the editor toggle based on the state of the editor - - var htmlFlag = document.getElementsByName('_is_html')[0]; - var toggles = document.getElementsByName('_editorSelect'); - for(var t=0; t $text) { $attrib['id'] = '_' . $value; -- cgit v1.2.3