friendica-addons/mathjax/mathjax.js
Hypolite Petovan bdb856888d [mathjax] Add separate addon JS file
- Use new footer hook to register script files
2018-09-20 21:08:03 -04:00

4 lines
116 B
JavaScript

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