diff options
author | gruber76 | 2015-08-03 15:03:10 -0600 |
---|---|---|
committer | gruber76 | 2015-08-03 15:03:10 -0600 |
commit | 0c2898d29fd1548a861f242ec73fa23b1740a15c (patch) | |
tree | 422e93a680de7655708041b714002950ee596ee8 /js | |
parent | b390e66c270d4fc26755fc4097e02808ea567721 (diff) |
Update reveal.js
Removed toLowerCase call
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index ff5ea53..e578412 100644 --- a/js/reveal.js +++ b/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, '' ); } |