move notes client code into lib

This commit is contained in:
Hakim El Hattab 2012-07-01 18:32:09 -04:00
parent acbefa1190
commit 76a60eea31
2 changed files with 2 additions and 2 deletions

View 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>