commit b82876253c9c4c349642b9df29b8c3182de87834
parent a723c8599949a64f6af10c81a8a652feeeaee57c
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 9 Aug 2013 11:37:29 -0400
Disable spellchecking in notes until it can be supported for real
https://forums.zotero.org/discussion/19771/workaround-to-disable-spell-checker/
Right now you can't iteract with it (to add/ignore words) or change the
language (which is probably only English in Standalone) or disable it
(without going to about:config).
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resource/tinymce/note.html b/resource/tinymce/note.html
@@ -14,7 +14,7 @@
button_tile_map : true,
language : "en", // TODO: localize
entities : "160,nbsp",
- gecko_spellcheck : true,
+ gecko_spellcheck : false,
convert_urls : false,
handle_event_callback : function (event) {