www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 70a78850a3a6352b707e036a0506328cbd4f08a8
parent 5bed91bbcdde14281116273ddb870e34074496c8
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date:   Wed, 28 Oct 2015 16:09:59 +0100

Update sample-dynamic.html

Address review comments
Diffstat:
Mtest/sample-dynamic.html | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/test/sample-dynamic.html b/test/sample-dynamic.html @@ -53,8 +53,12 @@ input {margin-top: .7em} // so we don't see a flash as the math is cleared and replaced. // window.UpdateMath = function (TeX) { - QUEUE.Push(HIDEBOX,["Text",math,"\\displaystyle{"+TeX+"}"],SHOWBOX); - MathJax.Hub.Queue(["resetEquationNumbers",MathJax.InputJax.TeX]); + QUEUE.Push( + HIDEBOX, + ["resetEquationNumbers",MathJax.InputJax.TeX], + ["Text",math,"\\displaystyle{"+TeX+"}"], + SHOWBOX + ); } })(); </script>