From 5c74c978f80f0c428c88b87e26d71db8727ffcbc Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 11 Mar 2015 08:36:33 -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