Browse Source

move notes client code into lib

embed
Hakim El Hattab 12 years ago
parent
commit
76a60eea31
  1. 4
      index.html
  2. 0
      lib/slidenotes/client.js

4
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
js/reveal.slidenotes.js → lib/slidenotes/client.js

Loading…
Cancel
Save