Commit d0fffb7c by Piotr Mitros

Fix MathJAX on dynamic pages

parent 4513675f
......@@ -19,6 +19,7 @@ function ${ id }goto(i) {
$('#content').html(${ id }contents[i]);
${ id }functions[i]()
${ id }loc=i;
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
function ${ id }setup_click(i) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment