소스 검색

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