Merge branch 'master' of https://github.com/gruber76/reveal.js into dev
This commit is contained in:
		@@ -3158,7 +3158,6 @@
 | 
				
			|||||||
				// Attempt to create a named link based on the slide's ID
 | 
									// Attempt to create a named link based on the slide's ID
 | 
				
			||||||
				var id = currentSlide.getAttribute( 'id' );
 | 
									var id = currentSlide.getAttribute( 'id' );
 | 
				
			||||||
				if( id ) {
 | 
									if( id ) {
 | 
				
			||||||
					id = id.toLowerCase();
 | 
					 | 
				
			||||||
					id = id.replace( /[^a-zA-Z0-9\-\_\:\.]/g, '' );
 | 
										id = id.replace( /[^a-zA-Z0-9\-\_\:\.]/g, '' );
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user