]> git.mxchange.org Git - friendica-addons.git/blob - mathjax/mathjax.js
Merge pull request #1037 from MrPetovan/bug/9447-restore-twitter-link-preview
[friendica-addons.git] / mathjax / mathjax.js
1 document.addEventListener('postprocess_liveupdate', function () {
2         MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
3 });