From 0c2898d29fd1548a861f242ec73fa23b1740a15c Mon Sep 17 00:00:00 2001
From: gruber76 <joshua.gruber@gmail.com>
Date: Mon, 3 Aug 2015 15:03:10 -0600
Subject: [PATCH] Update reveal.js

Removed toLowerCase call
---
 js/reveal.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/js/reveal.js b/js/reveal.js
index ff5ea533..e5784124 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, '' );
 				}
 
-- 
GitLab