]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/mathjax.js
Blockbot: Added "axios" to the "good" agents
[friendica-addons.git] / mathjax / mathjax.js
1 document.addEventListener('postprocess_liveupdate', function () {
2         MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
3 });