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:43:35 +0200 |
commit | 9c8ff86ab00757e0c53a1a43858161330724553d (patch) | |
tree | 07f6dcae6bef72f22bf227f035b9f1cbc9ad6c68 /program/js/editor.js | |
parent | fec9f1174ad74d043f2f47998ad44a0e61d13c59 (diff) |
Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2
Diffstat (limited to 'program/js/editor.js')
-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 4adfe2b5d..a442282e7 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -29,6 +29,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, |