From 90550b94790f74df455bfc34c5277c715c8d5d1a Mon Sep 17 00:00:00 2001 From: vbenincasa Date: Mon, 2 May 2011 13:20:01 +0000 Subject: - Added an example in editor.js to help the skin developers know the possibility of sending config. parameter to TinyMCE - Small fix to allow the script to work in IE6 and IE7 --- program/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/js/editor.js b/program/js/editor.js index 323381b56..1df0fa2ef 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -39,7 +39,7 @@ function rcmail_editor_init(skin_path, editor_lang, spellcheck, mode) $.extend(conf, { plugins: 'paste,tabfocus', theme_advanced_buttons1: 'bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,separator,outdent,indent,charmap,hr,link,unlink,code,forecolor', - theme_advanced_buttons2: ',fontselect,fontsizeselect', + theme_advanced_buttons2: ',fontselect,fontsizeselect' }); else // mail compose $.extend(conf, { -- cgit v1.2.3