diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-12-15 08:48:45 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-12-15 08:48:45 +0000 |
| commit | 564f9c39043792c0ffe017aa6b434a574c384e3b (patch) | |
| tree | c9eed1e79d8865d3f36db6bcc288fa29dccc4093 /roundcubemail/program/js/editor.js | |
| parent | d303fbfb23467b9c22ed429e9f6a786627afd401 (diff) | |
- Updated TinyMCE to 3.2.7
git-svn-id: https://svn.roundcube.net/trunk@3182 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/editor.js')
| -rw-r--r-- | roundcubemail/program/js/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/editor.js b/roundcubemail/program/js/editor.js index 39149a7f1..361741e3b 100644 --- a/roundcubemail/program/js/editor.js +++ b/roundcubemail/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 |
