projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6af097
)
limit scope of mathjax rerender #531
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Mon, 12 Aug 2013 13:27:23 +0000
(09:27 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Mon, 12 Aug 2013 13:27:23 +0000
(09:27 -0400)
plugin/math/math.js
patch
|
blob
|
history
diff --git
a/plugin/math/math.js
b/plugin/math/math.js
index 3efe321ffe608fdf76d703e163987d8e27785ff2..30dd38c6c08689b88cf54378631ba2d4b25eac0b 100755
(executable)
--- 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
);
} );
}