mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Don't enable the markdown editor spell checker as it requires 3rd party assets
This commit is contained in:
parent
16b08b7ee1
commit
ceb47b1c9c
1 changed files with 2 additions and 1 deletions
|
@ -359,7 +359,8 @@ function editItemInit() {
|
|||
],
|
||||
blockStyles: { italic: '_' },
|
||||
autoDownloadFontAwesome: false,
|
||||
tabSize: 4
|
||||
tabSize: 4,
|
||||
spellChecker: false
|
||||
});
|
||||
|
||||
setTimeout(function() {
|
||||
|
|
Loading…
Reference in a new issue