diff --git a/gui/app/components/section/wysiwyg/type-editor.js b/gui/app/components/section/wysiwyg/type-editor.js index fd78ebaa..e6b16d41 100644 --- a/gui/app/components/section/wysiwyg/type-editor.js +++ b/gui/app/components/section/wysiwyg/type-editor.js @@ -31,8 +31,8 @@ export default Component.extend({ let options = { selector: "#" + this.get('editorId'), relative_urls: false, - cache_suffix: "?v=443", - browser_spellcheck: false, + cache_suffix: "?v=475", + browser_spellcheck: true, gecko_spellcheck: false, theme: "modern", skin: 'documize',