diff --git a/modules/ext.math.mathjax.enabler.js b/modules/ext.math.mathjax.enabler.js index a692dd6..6dfbe84 100644 --- a/modules/ext.math.mathjax.enabler.js +++ b/modules/ext.math.mathjax.enabler.js @@ -83,4 +83,6 @@ mathJax.Init = function() { } } -mathJax.Init(); +jQuery( document ).ready( function() { + mathJax.Init(); +} );