1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

WIP new document UX/UI

This commit is contained in:
Harvey Kandola 2018-05-29 18:26:04 +01:00
parent 21ba55a58f
commit 36be6243ad
23 changed files with 910 additions and 4231 deletions

View file

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