From 4963f15ab31406cf1ee53dc4d116eb8f630f2b1a Mon Sep 17 00:00:00 2001
From: David Banham <david@banham.id.au>
Date: Sat, 9 Mar 2013 10:16:44 +1100
Subject: [PATCH] Prevent users from accidentally using common credentials

---
 index.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 18c80a0..5d69f8a 100644
--- a/index.html
+++ b/index.html
@@ -360,8 +360,9 @@ function linkify( selector ) {
 				transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
 				globals: {
 					//multiplex: {
-					//	id: '206589480dc41733'
-					//	, secret: '13627006143682682664'
+					//// Generate a unique id and secret at http://revealjs.jit.su/token
+					//	id: ''
+					//	, secret: ''
 					//	, url: 'revealjs.jit.su:80'
 					//}
 				},
-- 
GitLab