mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-04-27 01:50:12 +00:00
Code standards update for mathjax add-on changes (5118)
This commit is contained in:
parent
b5fe8d61dd
commit
fd894984cf
2 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
Addon_registerHook("postprocess","mathjax_postprocess_liveupdate");
|
||||
Addon_registerHook("postprocess_liveupdate", "mathjax_postprocess_liveupdate");
|
||||
function mathjax_postprocess_liveupdate()
|
||||
{
|
||||
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
|
||||
MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue