mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 13:31:10 +00:00
bdb856888d
- Use new footer hook to register script files
3 lines
116 B
JavaScript
3 lines
116 B
JavaScript
document.addEventListener('postprocess_liveupdate', function () {
|
|
MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
|
|
});
|