From 8ddc6cedde6150065d1c68efd92cdb0269b5ea16 Mon Sep 17 00:00:00 2001 From: sauls8t Date: Thu, 25 Jan 2018 17:49:32 +0000 Subject: [PATCH] Enable browser spell checker for WYSIWYG editor --- gui/app/components/section/wysiwyg/type-editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',