diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-26 10:07:46 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-26 10:07:46 +0200 |
commit | d675abc57104195b753d2c0d3a8a730e9595f99d (patch) | |
tree | 5e147fa6284a3587715bb1652a95ce9fab47b2c0 /program/js | |
parent | 6ff6bedea4f1aae9ded9b6e3b7363ee79b2f4fed (diff) |
Make identity signature field wider (#1489159)
Diffstat (limited to 'program/js')
-rw-r--r-- | program/js/editor.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, { |