From 161e3c1d73e1de2ab56c0db96e7b86eec5fb29d9 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Tue, 3 Apr 2018 15:32:12 -0700 Subject: [PATCH] LP1760940: Turn off browser spell-check on flat text editor This is because there are way too many false positives for the spell-check to be useful (e.g. codes, subfield delimiters are reported as spelling errors) To test: * Open a record in the Web client in a recent version of Firefox. * Click MARC Edit. * Turn on the Flat Text Editor. * Click inside the editor so that it is in focus. * Confirm that that no red wavy spelling error underlines appear. Signed-off-by: Jane Sandberg --- Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 b/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 index c9dfdbcbca..34e7b0e058 100644 --- a/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 +++ b/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 @@ -53,7 +53,7 @@
- +
-- 2.11.0