diff --git a/resources/assets/javascripts/lib/wysiwyg.js b/resources/assets/javascripts/lib/wysiwyg.js
index 3704e8bef7547bd584fb94188bcec3790acb3cdf..a1972fc3b2fd36e9b81f3b1be119e718a90fec47 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)