aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-08 19:05:58 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-08 19:05:58 -0500
commit825fe51de9bee6d4727a021f1109e37380eff012 (patch)
tree341e8536ff6dadea2e71e3a7ed9c65e992b5b1b4 /index.html
parent2bd5e8b65b5e015c7c7ceffeff845e41811007ed (diff)
downloadfreenode-live-2017-presentation-825fe51de9bee6d4727a021f1109e37380eff012.tar
freenode-live-2017-presentation-825fe51de9bee6d4727a021f1109e37380eff012.tar.gz
add Reveal.getConfig(), replace use of window.globals (#98)
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index 9c25caa..5aff2c1 100644
--- a/index.html
+++ b/index.html
@@ -358,13 +358,12 @@ 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: {
- // Generate a unique id and secret at http://revealjs.jit.su/token
- multiplex: {
- id: '7d10234555b923e2',
- secret: '13627859051503309760',
- url: 'revealjs.jit.su:80'
- }
+
+ // 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