aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 18:32:09 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 18:32:09 -0400
commit76a60eea3109b616610e8cbf4d1707324dc8b443 (patch)
treeac26b54b7f3bba7b95c62f86a7a89915ab9e7a4b
parentacbefa1190f263942f83b8be33bd909ef45e2f7c (diff)
downloadfosdem-2018-presentation-76a60eea3109b616610e8cbf4d1707324dc8b443.tar
fosdem-2018-presentation-76a60eea3109b616610e8cbf4d1707324dc8b443.tar.gz
move notes client code into lib
-rw-r--r--index.html4
-rw-r--r--lib/slidenotes/client.js (renamed from js/reveal.slidenotes.js)0
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index c8bdfed..b08c62a 100644
--- a/index.html
+++ b/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> \ 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