diff options
author | Hakim El Hattab | 2012-07-01 18:32:09 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-07-01 18:32:09 -0400 |
commit | 76a60eea3109b616610e8cbf4d1707324dc8b443 (patch) | |
tree | ac26b54b7f3bba7b95c62f86a7a89915ab9e7a4b | |
parent | acbefa1190f263942f83b8be33bd909ef45e2f7c (diff) |
move notes client code into lib
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | lib/slidenotes/client.js (renamed from js/reveal.slidenotes.js) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -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 index b686ec9..b686ec9 100644 --- a/js/reveal.slidenotes.js +++ b/lib/slidenotes/client.js |