Prechádzať zdrojové kódy

move notes client code into lib

Hakim El Hattab 12 rokov pred
rodič
commit
76a60eea31
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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