summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-03-11 13:33:48 +0100
committerAleksander Machniak <alec@alec.pl>2015-03-11 13:33:48 +0100
commitdb71156ab26ed3b60445aa2865f9606ec4515944 (patch)
tree0f7f026be0b96d16db7aa3924f351eb0aab9c38f /program
parent2c857fcba2ae0c8f29456e9c8c00009f529e92e4 (diff)
Update TinyMCE cache_suffix (forgot to do this after last update)
Diffstat (limited to 'program')
-rw-r--r--program/js/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/editor.js b/program/js/editor.js
index 829373abd..d16c0e88d 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -39,7 +39,7 @@ function rcube_text_editor(config, id)
abs_url = location.href.replace(/[?#].*$/, '').replace(/\/$/, ''),
conf = {
selector: '#' + ($('#' + id).is('.mce_editor') ? id : 'fake-editor-id'),
- cache_suffix: 's=4010700',
+ cache_suffix: 's=4010900',
theme: 'modern',
language: config.lang,
content_css: rcmail.assets_path('program/js/tinymce/roundcube/content.css'),