mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-06 01:42:55 +00:00
5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
Addon_registerHook("postprocess_liveupdate", "mathjax_postprocess_liveupdate");
|
|
function mathjax_postprocess_liveupdate()
|
|
{
|
|
MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
|
|
}
|