]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/mathjax.js
Merge pull request #957 from MrPetovan/task/4090-move-profile_photo-to-src
[friendica-addons.git] / mathjax / mathjax.js
1 document.addEventListener('postprocess_liveupdate', function () {
2         MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
3 });