Преглед изворни кода

Merge branch 'master' of https://github.com/gruber76/reveal.js into dev

Hakim El Hattab пре 9 година
родитељ
комит
de6def8cdc
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      js/reveal.js

+ 0 - 1
js/reveal.js

@@ -3158,7 +3158,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, '' );
 				}