aboutsummaryrefslogtreecommitdiff
path: root/plugin/math
diff options
context:
space:
mode:
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 );
} );
}