From b82876253c9c4c349642b9df29b8c3182de87834 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 9 Aug 2013 11:37:29 -0400 Subject: [PATCH] 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). --- resource/tinymce/note.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/tinymce/note.html b/resource/tinymce/note.html index 86e4dda18f..d14baad770 100644 --- 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) {