]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/mathjax.js
diaspora addon added HU translation THX Balázs Úr
[friendica-addons.git] / mathjax / mathjax.js
1 document.addEventListener('postprocess_liveupdate', function () {
2         MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
3 });