Skip to content

Commit

Permalink
fixes #302
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalnumbers committed Nov 27, 2016
1 parent 042047f commit 9f60d33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/monologue/admin/ckeditor-config.js
Expand Up @@ -18,4 +18,5 @@ $(function() {
{ name: 'colors', items : [ 'TextColor','BGColor' ] },
{ name: 'tools', items : [ 'Maximize', 'ShowBlocks' ] }
];
});
CKEDITOR.config.disableNativeSpellChecker = false;
}());

0 comments on commit 9f60d33

Please sign in to comment.