aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/assets/javascripts/lib/wysiwyg.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/assets/javascripts/lib/wysiwyg.js b/resources/assets/javascripts/lib/wysiwyg.js
index 3704e8b..a1972fc 100644
--- a/resources/assets/javascripts/lib/wysiwyg.js
+++ b/resources/assets/javascripts/lib/wysiwyg.js
@@ -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)