]> git.mxchange.org Git - friendica-addons.git/blob - mathjax.js
6642ee29f234cdf9ea78ab8b9e95130908fc95be
[friendica-addons.git] / mathjax.js
1 document.addEventListener('postprocess_liveupdate', function () {
2         MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
3 });