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

pull/268/head
Aleksander Machniak 10 years ago
parent 2c857fcba2
commit db71156ab2

@ -39,7 +39,7 @@ function rcube_text_editor(config, id)
abs_url = location.href.replace(/[?#].*$/, '').replace(/\/$/, ''), abs_url = location.href.replace(/[?#].*$/, '').replace(/\/$/, ''),
conf = { conf = {
selector: '#' + ($('#' + id).is('.mce_editor') ? id : 'fake-editor-id'), selector: '#' + ($('#' + id).is('.mce_editor') ? id : 'fake-editor-id'),
cache_suffix: 's=4010700', cache_suffix: 's=4010900',
theme: 'modern', theme: 'modern',
language: config.lang, language: config.lang,
content_css: rcmail.assets_path('program/js/tinymce/roundcube/content.css'), content_css: rcmail.assets_path('program/js/tinymce/roundcube/content.css'),

Loading…
Cancel
Save