Dan Brown
Committed by GitHub

Merge pull request #360 from Abijeet/spellcheck-fix

Fixes #354, Adds the spellchecker option
...@@ -68,6 +68,7 @@ module.exports = function() { ...@@ -68,6 +68,7 @@ module.exports = function() {
68 window.baseUrl('/libs/material-design-iconic-font/css/material-design-iconic-font.min.css') 68 window.baseUrl('/libs/material-design-iconic-font/css/material-design-iconic-font.min.css')
69 ], 69 ],
70 body_class: 'page-content', 70 body_class: 'page-content',
71 + browser_spellcheck: true,
71 relative_urls: false, 72 relative_urls: false,
72 remove_script_host: false, 73 remove_script_host: false,
73 document_base_url: window.baseUrl('/'), 74 document_base_url: window.baseUrl('/'),
......