Merge pull request #814 from nupplaphil/6691-rendertime-fix
[friendica-addons.git/.git] / mathjax / mathjax.js
1 document.addEventListener('postprocess_liveupdate', function () {
2         MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
3 });