Ver Fonte

fix issue with navigateTo and fragments (closes #290)

Hakim El Hattab há 12 anos atrás
pai
commit
feaced800c
2 ficheiros alterados com 1 adições e 1 exclusões
  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
-		if( ( indexh !== indexhBefore || indexv !== indexvBefore ) && f ) {
+		if( typeof f !== 'undefined' ) {
 			var fragments = currentSlide.querySelectorAll( '.fragment' );
 
 			toArray( fragments ).forEach( function( fragment, indexf ) {

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
js/reveal.min.js


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff