Преглед на файлове

Update reveal.js

Removed toLowerCase call
gruber76 преди 9 години
родител
ревизия
0c2898d29f
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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, '' );
 				}