Skip to content
Snippets Groups Projects
Commit 84d98511 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e31d22a2
No related branches found
No related tags found
No related merge requests found
Pipeline #10995 passed
...@@ -193,7 +193,7 @@ function replaceTextarea(textarea) { ...@@ -193,7 +193,7 @@ function replaceTextarea(textarea) {
} }
// Tell MathJax v2.7 to leave the editor alone // Tell MathJax v2.7 to leave the editor alone
ckeditor.ui.element.classList.add("tex2jax_ignore"); ckeditor.ui.element.classList.add('tex2jax_ignore');
// TODO: Kein updateSourceElement im SourceEditing-Modus // TODO: Kein updateSourceElement im SourceEditing-Modus
// $(ckeditor.container.$).on('blur', '.CodeMirror', function (event) { // $(ckeditor.container.$).on('blur', '.CodeMirror', function (event) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment