Skip to content
Snippets Groups Projects
Commit 0115b09b authored by Marcus Eibrink-Lunzenauer's avatar Marcus Eibrink-Lunzenauer
Browse files

Prevent data from being lost, refs #2418.

parent 90285205
Branches
No related tags found
1 merge request!2550Draft: Resolve "OER Material vorschlagen in Courseware beachtet OERCAMPUS_ENABLED nicht"
Pipeline #10976 passed
......@@ -118,7 +118,8 @@ function replaceTextarea(textarea) {
}
return STUDIP.loadChunk('wysiwyg')
.then(loadMathJax)
// TODO: Zuerst muss #2481 behoben werden, bevor diese Zeile wieder funktionieren kann.
// .then(loadMathJax)
.then(createEditor)
.then(setEditorInstance)
.then(enhanceEditor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment