move notes client code into lib
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 1 Jul 2012 22:32:09 +0000 (18:32 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 1 Jul 2012 22:32:09 +0000 (18:32 -0400)
index.html
lib/slidenotes/client.js [moved from js/reveal.slidenotes.js with 100% similarity]

index c8bdfedf6f35d67689322922958b95e4d381c62e..b08c62a55952c22cfb12fb6cc0ce831f4e43ae38 100644 (file)
@@ -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