Forráskód Böngészése

Update reveal.js

Removed toLowerCase call
gruber76 9 éve
szülő
commit
0c2898d29f
1 módosított fájl, 0 hozzáadás és 1 törlés
  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, '' );
 				}