Browse Source

fix issue with navigateTo and fragments (closes #290)

Hakim El Hattab 12 years ago
parent
commit
feaced800c
2 changed files with 1 additions and 1 deletions
  1. 1 1
      js/reveal.js
  2. 0 0
      js/reveal.min.js

+ 1 - 1
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 ) {

File diff suppressed because it is too large
+ 0 - 0
js/reveal.min.js


Some files were not shown because too many files changed in this diff