mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 18:04:26 +02:00
[mathjax] Rewrite addon
- Remove baseurl admin config - Move script to page end - Add new postprocess_liveupdate event listener - Fix formatting of mathjax.php
This commit is contained in:
parent
a731f1ada0
commit
049abe9176
4 changed files with 65 additions and 101 deletions
|
@ -1,5 +0,0 @@
|
|||
Addon_registerHook("postprocess_liveupdate", "mathjax_postprocess_liveupdate");
|
||||
function mathjax_postprocess_liveupdate()
|
||||
{
|
||||
MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue