summaryrefslogtreecommitdiff
path: root/program/js/editor.js
diff options
context:
space:
mode:
authorDennis1993 <marvin-wegener@outlook.com>2013-09-02 12:55:55 +0200
committerDennis1993 <marvin-wegener@outlook.com>2013-09-02 12:55:55 +0200
commitedc49ebfc2b6d8ebedecfb72318c9bc72fba9211 (patch)
tree0bc9bffa0ff78a77e2560bd2361910415a5ce749 /program/js/editor.js
parent888f9118354054c24bb22546618f311765f9554b (diff)
Update editor.js
Diffstat (limited to 'program/js/editor.js')
-rw-r--r--program/js/editor.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/program/js/editor.js b/program/js/editor.js
index e403d1f63..e1ef36835 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -80,6 +80,9 @@ function rcmail_editor_callback()
if (rcmail.env.default_font)
$(tinyMCE.get(rcmail.env.composebody).getBody()).css('font-family', rcmail.env.default_font);
+ if (rcmail.env.default_font_size)
+ $(tinyMCE.get(rcmail.env.composebody).getBody()).css('font-size', rcmail.env.default_font_size);
+
if (elem && elem.type == 'select-one') {
rcmail.change_identity(elem);
// Focus previously focused element