]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/mathjax.js
1ab5531bd4dffe5498323a230e028f5e7012806b
[friendica-addons.git] / mathjax / mathjax.js
1 Addon_registerHook("postprocess","mathjax_postprocess_liveupdate");
2 function mathjax_postprocess_liveupdate()
3 {
4         MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
5 }