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).
This commit is contained in:
Dan Stillman 2013-08-09 11:37:29 -04:00
parent a723c85999
commit b82876253c

View file

@ -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) {