Merge pull request #985 from friendica/dependabot/composer/phpmailer/phpmailer/phpmai...
[friendica-addons.git/.git] / mathjax / mathjax.js
1 document.addEventListener('postprocess_liveupdate', function () {
2         MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
3 });