Explorar o código

Update reveal.js

Removed toLowerCase call
gruber76 %!s(int64=9) %!d(string=hai) anos
pai
achega
0c2898d29f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      js/reveal.js

+ 0 - 1
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, '' );
 				}