[mathjax] Add local copy of MathJax JS library
[friendica-addons.git/.git] / mathjax / mathjax.js
1 Addon_registerHook("postprocess_liveupdate", "mathjax_postprocess_liveupdate");
2 function mathjax_postprocess_liveupdate()
3 {
4         MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
5 }