diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-01 18:32:09 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-07-01 18:32:09 -0400 |
commit | 76a60eea3109b616610e8cbf4d1707324dc8b443 (patch) | |
tree | ac26b54b7f3bba7b95c62f86a7a89915ab9e7a4b /index.html | |
parent | acbefa1190f263942f83b8be33bd909ef45e2f7c (diff) | |
download | fosdem-2018-presentation-76a60eea3109b616610e8cbf4d1707324dc8b443.tar fosdem-2018-presentation-76a60eea3109b616610e8cbf4d1707324dc8b443.tar.gz |
move notes client code into lib
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 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 |