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:
parent
0b94d55fb9
commit
e6ddb1ec24
29 changed files with 28 additions and 26 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue