From 29ca4289705bb5671e38aa1774040d63bc025fde Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 15 Oct 2021 17:05:42 +0000 Subject: [PATCH] Bug 29153: Fix CodeMirror textareas to work with all languages To test: 1. Go to Tools > HTML customizations 2. Open or create a new entry with CodeMirror. ( Edit with text editor ) 3. CodeMirror doesn't work, notice a console error. 4. Apply patch 5. Try steps 1 & 2 again. The CodeMirror editor should now load. 6. Make sure it works in both the Default and English(en) tabs. 7. BONUS: install some other language packs and look at the tabs for that language, it should still work. --- .../en/modules/tools/additional-contents.tt | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index 2f74dfbcfc..075025bc56 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -257,7 +257,7 @@
  • - +
  • @@ -268,7 +268,7 @@ [% ELSE %]
    - +
    [% END %] @@ -582,13 +582,16 @@ [% Asset.js( "lib/linters/htmlhint.min.js" ) | $raw %] [% Asset.js( "lib/codemirror/html-lint.min.js" ) | $raw %] [% ELSE %] -- 2.20.1