diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-17 08:31:23 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-17 08:31:23 +0200 |
commit | a862e9996b66249ba36ad57b02da98220c38ab34 (patch) | |
tree | 29830fa787a901f7958778fc2498528eea69de07 /program/js | |
parent | 702ce09f892f8d9de45e69b3ef042ebea749576a (diff) |
Fix redundant horizontal scrollbar in HTML editor (#1489950)
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 df3d41240..92654e330 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -23,7 +23,7 @@ function rcmail_editor_init(config) apply_source_formatting: true, theme: 'advanced', language: config.lang, - content_css: config.skin_path + '/editor_content.css', + content_css: config.skin_path + '/editor_content.css?v2', theme_advanced_toolbar_location: 'top', theme_advanced_toolbar_align: 'left', theme_advanced_buttons3: '', |