Update TinyMCE cache_suffix (forgot to do this after last update)

pull/280/head
Aleksander Machniak 9 years ago
parent 2d5b35eb5b
commit 5c74c978f8

@ -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'),

Loading…
Cancel
Save