Revert "Disable spellchecking in notes until it can be supported for real"
This reverts commit b82876253c
.
We can just leave this alone until we have a proper fix.
This commit is contained in:
parent
b82876253c
commit
ece36438e3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
button_tile_map : true,
|
||||
language : "en", // TODO: localize
|
||||
entities : "160,nbsp",
|
||||
gecko_spellcheck : false,
|
||||
gecko_spellcheck : true,
|
||||
convert_urls : false,
|
||||
|
||||
handle_event_callback : function (event) {
|
||||
|
|
Loading…
Reference in a new issue