diff --git a/common/templates/mathjax_include.html b/common/templates/mathjax_include.html
index d3fef03ec2..bb0c14ece9 100644
--- a/common/templates/mathjax_include.html
+++ b/common/templates/mathjax_include.html
@@ -6,38 +6,33 @@
## This enables ASCIIMathJAX, and is used by js_textbox
-<%def name="mathjaxConfig()">
- %if mathjax_mode is not Undefined and mathjax_mode == 'wiki':
- MathJax.Hub.Config({
- tex2jax: {inlineMath: [ ['$','$'], ["\\(","\\)"]],
- displayMath: [ ['$$','$$'], ["\\[","\\]"]]}
- });
- %else:
- MathJax.Hub.Config({
- tex2jax: {
- inlineMath: [
- ["\\(","\\)"],
- ['[mathjaxinline]','[/mathjaxinline]']
- ],
- displayMath: [
- ["\\[","\\]"],
- ['[mathjax]','[/mathjax]']
- ]
- }
- });
- %endif
- MathJax.Hub.Configured();
- window.HUB = MathJax.Hub;
-%def>
+%if mathjax_mode is not Undefined and mathjax_mode == 'wiki':
+
+%else:
+
+%endif
-
+
diff --git a/lms/static/require-config-lms.js b/lms/static/require-config-lms.js
index 50b3404f24..3530432f09 100644
--- a/lms/static/require-config-lms.js
+++ b/lms/static/require-config-lms.js
@@ -67,7 +67,6 @@
"ova": 'js/vendor/ova/ova',
"catch": 'js/vendor/ova/catch/js/catch',
"handlebars": 'js/vendor/ova/catch/js/handlebars-1.1.2',
- "mathjax": 'https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-MML-AM_HTMLorMML-full'
// end of files needed by OVA
},
shim: {