Code standards update for mathjax add-on changes (5118)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Addon_registerHook("postprocess","mathjax_postprocess_liveupdate");
|
||||
Addon_registerHook("postprocess_liveupdate", "mathjax_postprocess_liveupdate");
|
||||
function mathjax_postprocess_liveupdate()
|
||||
{
|
||||
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
|
||||
MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user