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
No related branches found
No related tags found
No related merge requests found
Pipeline #10975 passed
...@@ -118,7 +118,8 @@ function replaceTextarea(textarea) { ...@@ -118,7 +118,8 @@ function replaceTextarea(textarea) {
} }
return STUDIP.loadChunk('wysiwyg') return STUDIP.loadChunk('wysiwyg')
.then(loadMathJax) // TODO: Zuerst muss #2481 behoben werden, bevor diese Zeile wieder funktionieren kann.
// .then(loadMathJax)
.then(createEditor) .then(createEditor)
.then(setEditorInstance) .then(setEditorInstance)
.then(enhanceEditor) .then(enhanceEditor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment