aboutsummaryrefslogtreecommitdiff
path: root/plugin/math
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-12 09:27:23 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-12 09:27:23 -0400
commit9984cb1f2189b489afd7b05077c319fd123365af (patch)
tree491a0a74d7947349d338b3c70827759f4172a200 /plugin/math
parenta6af097051a8e6d0134dac6082bc77b94122fc23 (diff)
downloadfreenode-live-2017-presentation-9984cb1f2189b489afd7b05077c319fd123365af.tar
freenode-live-2017-presentation-9984cb1f2189b489afd7b05077c319fd123365af.tar.gz
limit scope of mathjax rerender #531
Diffstat (limited to 'plugin/math')
-rwxr-xr-xplugin/math/math.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/math/math.js b/plugin/math/math.js
index 3efe321..30dd38c 100755
--- a/plugin/math/math.js
+++ b/plugin/math/math.js
@@ -29,7 +29,7 @@
});
Reveal.addEventListener( 'slidechanged', function( event ) {
- MathJax.Hub.Rerender();
+ MathJax.Hub.Update( event.currentSlide );
} );
}