ソースを参照

fix issue with navigateTo and fragments (closes #290)

Hakim El Hattab 12 年 前
コミット
feaced800c
2 ファイル変更1 行追加1 行削除
  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 ) {

ファイルの差分が大きいため隠しています
+ 0 - 0
js/reveal.min.js


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません