瀏覽代碼

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

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