diff --git a/program/js/editor.js b/program/js/editor.js index 13298cd29..7b22c9e8e 100644 --- a/program/js/editor.js +++ b/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;