Don't enable the markdown editor spell checker as it requires 3rd party assets

This commit is contained in:
Kevin MacMartin 2016-04-08 18:03:18 -04:00
parent 16b08b7ee1
commit ceb47b1c9c

View file

@ -359,7 +359,8 @@ function editItemInit() {
],
blockStyles: { italic: '_' },
autoDownloadFontAwesome: false,
tabSize: 4
tabSize: 4,
spellChecker: false
});
setTimeout(function() {