fix issue with navigateTo and fragments (closes #290)
This commit is contained in:
		| @@ -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 ) { | ||||
|   | ||||
							
								
								
									
										2
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user