mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-05 14:17:56 +02:00
Update reveal.js
Removed toLowerCase call
This commit is contained in:
@@ -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, '' );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user