From d0fffb7c6b7178e6ef080c98eabf75f263b4e3b0 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Fri, 16 Dec 2011 00:03:45 -0500 Subject: [PATCH] Fix MathJAX on dynamic pages --- seq_module.js | 1 + 1 file changed, 1 insertion(+) diff --git a/seq_module.js b/seq_module.js index 48cd3ef9c5..5da9511fca 100644 --- a/seq_module.js +++ b/seq_module.js @@ -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) {