aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Banham <david@banham.id.au>2013-03-08 11:51:58 +1100
committerDavid Banham <david@banham.id.au>2013-03-08 12:43:18 +1100
commit580a72c4449c57cb743e09f44eeeb374cd00f172 (patch)
tree684a7f7920e903f6372e590d606aede0b09fb287 /index.html
parent61c229a4f969a0720085c2710f8a7cfd8a12b4a6 (diff)
downloadfreenode-live-2017-presentation-580a72c4449c57cb743e09f44eeeb374cd00f172.tar
freenode-live-2017-presentation-580a72c4449c57cb743e09f44eeeb374cd00f172.tar.gz
Bring multiplex up to date
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/index.html b/index.html
index bc2f360..18c80a0 100644
--- a/index.html
+++ b/index.html
@@ -358,6 +358,13 @@ 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
+ globals: {
+ //multiplex: {
+ // id: '206589480dc41733'
+ // , secret: '13627006143682682664'
+ // , url: 'revealjs.jit.su:80'
+ //}
+ },
// Optional libraries used to extend on reveal.js
dependencies: [
@@ -366,8 +373,11 @@ 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; } }
]
});