friendica-addons/mathjax/mathjax.js

4 lines
116 B
JavaScript
Raw Normal View History

document.addEventListener('postprocess_liveupdate', function () {
MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
});