5118 Implement MathJax JS hook to update contents after live update
[friendica-addons.git/.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 }