diff --git a/js/reveal.js b/js/reveal.js index 90b21d2..0a1e70f 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -3158,7 +3158,6 @@ // Attempt to create a named link based on the slide's ID var id = currentSlide.getAttribute( 'id' ); if( id ) { - id = id.toLowerCase(); id = id.replace( /[^a-zA-Z0-9\-\_\:\.]/g, '' ); }