diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-06-04 13:42:05 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-06-04 13:42:05 +0200 |
commit | ea3021cee38826832b154895903171704016c8b8 (patch) | |
tree | 7b0ea187bb0cd1203f5fe2f2e439265152a79078 /program | |
parent | 46b6c5475bf2b188e04c1e0a5fe8a9e387ecda80 (diff) |
Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2
Diffstat (limited to 'program')
-rw-r--r-- | program/js/editor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/editor.js b/program/js/editor.js index 37d56b315..702ca1cd4 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -27,6 +27,7 @@ function rcmail_editor_init(config) theme_advanced_toolbar_location: 'top', theme_advanced_toolbar_align: 'left', theme_advanced_buttons3: '', + theme_advanced_statusbar_location: 'none', extended_valid_elements: 'font[face|size|color|style],span[id|class|align|style]', relative_urls: false, remove_script_host: false, |