mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Upgrade TinyMCE to 5.1.3
This commit is contained in:
parent
6ba4ca9c16
commit
1c1ebee15a
64 changed files with 67 additions and 473 deletions
|
@ -51,7 +51,7 @@ export default Component.extend(AuthMixin, Notifier, {
|
|||
|
||||
schedule('afterRender', () => {
|
||||
let options = {
|
||||
cache_suffix: '?v=510',
|
||||
cache_suffix: '?v=513',
|
||||
selector: '#space-desc',
|
||||
relative_urls: false,
|
||||
browser_spellcheck: true,
|
||||
|
@ -95,7 +95,7 @@ export default Component.extend(AuthMixin, Notifier, {
|
|||
};
|
||||
|
||||
if (typeof tinymce === 'undefined') {
|
||||
$.getScript('/tinymce/tinymce.min.js?v=510', function () {
|
||||
$.getScript('/tinymce/tinymce.min.js?v=513', 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