1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Upgrade TinyMCE dependency to v4.9.2

This commit is contained in:
McMatts 2019-01-07 14:42:43 +00:00
parent 0b94d55fb9
commit e6ddb1ec24
29 changed files with 28 additions and 26 deletions

View file

@ -34,7 +34,7 @@ export default Component.extend({
schedule('afterRender', () => {
let options = {
cache_suffix: '?v=4713',
cache_suffix: '?v=492',
selector: '#' + this.get('editorId'),
relative_urls: false,
browser_spellcheck: true,
@ -115,7 +115,7 @@ export default Component.extend({
};
if (typeof tinymce === 'undefined') {
$.getScript('/tinymce/tinymce.min.js?v=4713', function () {
$.getScript('/tinymce/tinymce.min.js?v=492', function () {
window.tinymce.dom.Event.domLoaded = true;
tinymce.baseURL = '//' + window.location.host + '/tinymce';
tinymce.suffix = '.min';