aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-20 20:40:52 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-20 20:40:52 -0400
commitc6f8a44edf258567bc8324e45adb66036feb00ee (patch)
tree9db01a89817a526ffedf0adb19b533aa821ce51f /index.html
parent5188951a0f1ed38b2945c5078369508c491c4a8c (diff)
parent070a1e3ee5bbe44b6f3cdadedb031f3eee433ac6 (diff)
downloadfosdem-2018-presentation-c6f8a44edf258567bc8324e45adb66036feb00ee.tar
fosdem-2018-presentation-c6f8a44edf258567bc8324e45adb66036feb00ee.tar.gz
new postMessage-based notes plugin, moved node-based notes to notes-server (#190)
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/index.html b/index.html
index 6a3510e..670eb5e 100644
--- a/index.html
+++ b/index.html
@@ -51,7 +51,7 @@
</p>
<aside class="notes">
- Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you run the speaker notes server.
+ Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard).
</aside>
</section>
@@ -356,12 +356,10 @@ function linkify( selector ) {
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
- { src: 'plugin/zoom-js/zoom.js', condition: function() { return !!document.body.classList; } },
- { src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
- { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }
+ { src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
+ { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
-
</script>
</body>