]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/mathjax.js
advancedcontentfilter: Abstraction for the item call
[friendica-addons.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 }