mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 18:04:26 +02:00
5 lines
159 B
JavaScript
5 lines
159 B
JavaScript
Addon_registerHook("postprocess","mathjax_postprocess_liveupdate");
|
|
function mathjax_postprocess_liveupdate()
|
|
{
|
|
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
|
|
}
|