浏览代码

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