]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/mathjax.js
Merge pull request 'translation updates' (#1448) from tobias/friendica-addons:2023121...
[friendica-addons.git] / mathjax / mathjax.js
1 document.addEventListener('postprocess_liveupdate', function () {
2         MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
3 });