Browse Source

limit scope of mathjax rerender #531

embed
Hakim El Hattab 11 years ago
parent
commit
9984cb1f21
  1. 2
      plugin/math/math.js

2
plugin/math/math.js

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

Loading…
Cancel
Save