Prevent users from accidentally using common credentials
This commit is contained in:
parent
580a72c444
commit
4963f15ab3
1 changed files with 3 additions and 2 deletions
|
@ -360,8 +360,9 @@ function linkify( selector ) {
|
||||||
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
|
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
|
||||||
globals: {
|
globals: {
|
||||||
//multiplex: {
|
//multiplex: {
|
||||||
// id: '206589480dc41733'
|
//// Generate a unique id and secret at http://revealjs.jit.su/token
|
||||||
// , secret: '13627006143682682664'
|
// id: ''
|
||||||
|
// , secret: ''
|
||||||
// , url: 'revealjs.jit.su:80'
|
// , url: 'revealjs.jit.su:80'
|
||||||
//}
|
//}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue