From d675abc57104195b753d2c0d3a8a730e9595f99d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 26 Jun 2013 10:07:46 +0200 Subject: Make identity signature field wider (#1489159) --- program/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') diff --git a/program/js/editor.js b/program/js/editor.js index 3782de869..240ec882c 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -41,7 +41,7 @@ function rcmail_editor_init(config) $.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