From 8841810bce7446601a3d5cd8cd23d5ccdbbf99e7 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 10 Dec 2014 08:02:20 -0500
Subject: [PATCH] Update TinyMCE to 4.1.7, use cache_suffix option to prevent browser caching issues

---
 program/js/editor.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/program/js/editor.js b/program/js/editor.js
index 3c10ad8..3dac5f3 100644
--- a/program/js/editor.js
+++ b/program/js/editor.js
@@ -38,9 +38,10 @@
   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',

--
Gitblit v1.9.1