From db71156ab26ed3b60445aa2865f9606ec4515944 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 11 Mar 2015 08:33:48 -0400 Subject: [PATCH] Update TinyMCE cache_suffix (forgot to do this after last update) --- 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 829373a..d16c0e8 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -39,7 +39,7 @@ 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'), -- Gitblit v1.9.1