From 9c8ff86ab00757e0c53a1a43858161330724553d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 4 Jun 2012 13:42:05 +0200 Subject: Disable TinyMCE status bar which has been enabled by default in TinyMCE 3.5.2 --- program/js/editor.js | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3