fix previous slide navigation logic (closes #397)

This commit is contained in:
Hakim El Hattab 2013-04-15 09:07:09 -04:00
parent 5181f6e17f
commit 3f8f146466
2 changed files with 3 additions and 3 deletions

View File

@ -1627,7 +1627,7 @@ var Reveal = (function(){
if( previousSlide ) { if( previousSlide ) {
indexv = ( previousSlide.querySelectorAll( 'section' ).length + 1 ) || undefined; indexv = ( previousSlide.querySelectorAll( 'section' ).length + 1 ) || undefined;
indexh --; indexh --;
slide(); slide( indexh, indexv );
} }
} }
} }

4
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long