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

Prevent data from being lost, refs #2418.

parent 478c0774
No related branches found
No related tags found
No related merge requests found
......@@ -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