rewrite all fragment indices on startup

This commit is contained in:
Hakim El Hattab 2013-11-25 15:26:10 -05:00
parent 3427561b64
commit 0fb343f5bf
2 changed files with 7 additions and 3 deletions

View File

@ -347,8 +347,12 @@ var Reveal = (function(){
if( y > 0 ) verticalSlide.classList.add( 'future' );
sortFragments( verticalSlide.querySelectorAll( '.fragment' ) );
} );
if( verticalSlides.length === 0 ) sortFragments( horizontalSlide.querySelectorAll( '.fragment' ) );
} );
}

6
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long