diff options
author | alecpl <alec@alec.pl> | 2009-12-15 08:48:45 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-12-15 08:48:45 +0000 |
commit | 58fb6502e3550e59afa8799d36dfce61a18f8b1b (patch) | |
tree | 821b5ac61675cada8977d956262ffb5e9b90a2fb /program/js/editor.js | |
parent | 463a03112260ecf39818eac09905f41d8e84ced7 (diff) |
- Updated TinyMCE to 3.2.7
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 |