1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-02-06 07:38:32 +01:00

limit scope of mathjax rerender #531

This commit is contained in:
Hakim El Hattab 2013-08-12 09:27:23 -04:00
parent a6af097051
commit 9984cb1f21

View File

@ -29,7 +29,7 @@
}); });
Reveal.addEventListener( 'slidechanged', function( event ) { Reveal.addEventListener( 'slidechanged', function( event ) {
MathJax.Hub.Rerender(); MathJax.Hub.Update( event.currentSlide );
} ); } );
} }