aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-08 19:16:29 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-08 19:16:29 -0500
commitcc869cb6296c0fa6c13b3978d35cf5007765c7a3 (patch)
treefbe6b252d9700c2b85b4d41f3acbba699f3b2da3 /index.html
parent825fe51de9bee6d4727a021f1109e37380eff012 (diff)
downloadfreenode-live-2017-presentation-cc869cb6296c0fa6c13b3978d35cf5007765c7a3.tar
freenode-live-2017-presentation-cc869cb6296c0fa6c13b3978d35cf5007765c7a3.tar.gz
update multiplex setup instructions (#98)
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 1 insertions, 11 deletions
diff --git a/index.html b/index.html
index 5aff2c1..bc2f360 100644
--- a/index.html
+++ b/index.html
@@ -359,13 +359,6 @@ function linkify( selector ) {
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
- // Generate a unique id and secret at http://revealjs.jit.su/token
- multiplex: {
- id: '',
- secret: '',
- url: 'revealjs.jit.su:80'
- },
-
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
@@ -373,11 +366,8 @@ function linkify( selector ) {
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
- // { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } },
- // { src: 'socket.io/socket.io.js', async: true, condition: function() { return !!document.body.classList; } },
- // { src: 'plugin/multiplex/client.js', async: true, condition: function() { return !!document.body.classList; } },
- // { src: 'plugin/multiplex/master.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
+ // { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});