fix bug that caused slideshow to break if an unexisting named link was used
This commit is contained in:
		| @@ -1894,7 +1894,7 @@ var Reveal = (function(){ | ||||
| 			} | ||||
| 			// If the slide doesn't exist, navigate to the current slide | ||||
| 			else { | ||||
| 				slide( indexh, indexv ); | ||||
| 				slide( indexh || 0, indexv || 0 ); | ||||
| 			} | ||||
| 		} | ||||
| 		else { | ||||
|   | ||||
							
								
								
									
										4
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								js/reveal.min.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user