Aleksander Machniak
2015-03-11 5c74c978f80f0c428c88b87e26d71db8727ffcbc
Update TinyMCE cache_suffix (forgot to do this after last update)
1 files modified
2 ■■■ changed files
program/js/editor.js 2 ●●● patch | view | raw | blame | history
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'),