From 76a60eea3109b616610e8cbf4d1707324dc8b443 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Sun, 1 Jul 2012 18:32:09 -0400
Subject: [PATCH] move notes client code into lib

---
 index.html                                          | 4 ++--
 js/reveal.slidenotes.js => lib/slidenotes/client.js | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename js/reveal.slidenotes.js => lib/slidenotes/client.js (100%)

diff --git a/index.html b/index.html
index c8bdfedf..b08c62a5 100644
--- a/index.html
+++ b/index.html
@@ -316,8 +316,8 @@ linkify( 'a' );
 			hljs.initHighlightingOnLoad();
 		</script>
 
-		<!-- the next two lines enable the speaker notes server -->
+		<!-- The next two lines enable the speaker notes server -->
 		<script src="socket.io/socket.io.js"></script>
-		<script src="js/reveal.slidenotes.js"></script>
+		<script src="lib/slidenotes/client.js"></script>
 	</body>
 </html>
\ No newline at end of file
diff --git a/js/reveal.slidenotes.js b/lib/slidenotes/client.js
similarity index 100%
rename from js/reveal.slidenotes.js
rename to lib/slidenotes/client.js
-- 
GitLab