diff --git a/js/reveal.js b/js/reveal.js index ff5ea5336cd9a10438aa2a80e577fea3317c433e..e57841247b6fc4ec3c1eb0d0746efa3111632869 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -3151,7 +3151,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, '' ); }