From db71156ab26ed3b60445aa2865f9606ec4515944 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 11 Mar 2015 13:33:48 +0100 Subject: Update TinyMCE cache_suffix (forgot to do this after last update) --- program/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') 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'), -- cgit v1.2.3