]> git.mxchange.org Git - friendica-addons.git/blobdiff - mathjax/mathjax.js
PL translation blackout THX waldis
[friendica-addons.git] / mathjax / mathjax.js
index 1ab5531bd4dffe5498323a230e028f5e7012806b..686f21bb5fb0ef117bcdcd23119279ac7be10771 100644 (file)
@@ -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]);
 }