diff --git a/common/lib/xmodule/xmodule/js/src/capa/display.coffee b/common/lib/xmodule/xmodule/js/src/capa/display.coffee index 13701e659b..43633bb713 100644 --- a/common/lib/xmodule/xmodule/js/src/capa/display.coffee +++ b/common/lib/xmodule/xmodule/js/src/capa/display.coffee @@ -324,7 +324,9 @@ class @Problem inputtypeSetupMethods: textinputdynamath: (element) => - @mathjax_preprocessor = window.mathjax_preprocessor + preprocessorClass = window['MathjaxPreprocessorFor6002x'] + preprocessor = new preprocessorClass() + alert preprocessor.fn javascriptinput: (element) =>