diff options
Diffstat (limited to 'program/js/editor.js')
-rw-r--r-- | program/js/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/editor.js b/program/js/editor.js index 39149a7f1..361741e3b 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -67,7 +67,7 @@ function rcmail_editor_callback(editor) if (input_from && input_from.type=='select-one') rcmail.change_identity(input_from); // set tabIndex - rcmail_editor_tabindex() + rcmail_editor_tabindex(); } // set tabIndex on tinyMCE editor |