Преглед на файлове

move notes client code into lib

Hakim El Hattab преди 12 години
родител
ревизия
76a60eea31
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      index.html
  2. 0 0
      lib/slidenotes/client.js

+ 2 - 2
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>

+ 0 - 0
js/reveal.slidenotes.js → lib/slidenotes/client.js