summaryrefslogtreecommitdiff
path: root/program/js/editor.js
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-12-10 14:02:20 +0100
committerAleksander Machniak <alec@alec.pl>2014-12-10 14:02:20 +0100
commit8841810bce7446601a3d5cd8cd23d5ccdbbf99e7 (patch)
treef490c07c94207a55b66c01477ae72ea1a657828d /program/js/editor.js
parent630d08fb49615cce9827d604854d58a78adf6e7d (diff)
Update TinyMCE to 4.1.7, use cache_suffix option to prevent browser caching issues
Diffstat (limited to 'program/js/editor.js')
-rw-r--r--program/js/editor.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/program/js/editor.js b/program/js/editor.js
index 3c10ad881..3dac5f371 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -38,9 +38,10 @@ function rcube_text_editor(config, id)
var ref = this,
conf = {
selector: '#' + ($('#' + id).is('.mce_editor') ? id : 'fake-editor-id'),
+ cache_suffix: 's=4010700',
theme: 'modern',
language: config.lang,
- content_css: 'program/js/tinymce/roundcube/content.css?v2',
+ content_css: 'program/js/tinymce/roundcube/content.css',
menubar: false,
statusbar: false,
toolbar_items_size: 'small',