Browse Source

fix issue with navigateTo and fragments (closes #290)

embed
Hakim El Hattab 12 years ago
parent
commit
feaced800c
  1. 2
      js/reveal.js
  2. 2
      js/reveal.min.js

2
js/reveal.js

@ -846,7 +846,7 @@ var Reveal = (function(){
// Show fragment, if specified // Show fragment, if specified
if( ( indexh !== indexhBefore || indexv !== indexvBefore ) && f ) { if( typeof f !== 'undefined' ) {
var fragments = currentSlide.querySelectorAll( '.fragment' ); var fragments = currentSlide.querySelectorAll( '.fragment' );
toArray( fragments ).forEach( function( fragment, indexf ) { toArray( fragments ).forEach( function( fragment, indexf ) {

2
js/reveal.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save