aboutsummaryrefslogtreecommitdiff
path: root/slide_config.js
diff options
context:
space:
mode:
authorEric Bidelman2012-04-18 01:01:02 -0700
committerEric Bidelman2012-04-18 01:01:02 -0700
commit6ca44eaadf9787260a87be1baabcd9bc9a306afd (patch)
treea7ae7f18a0acb764b68cf0bb978a727dbe922b5e /slide_config.js
parent64c8d6328a9d0e4fe68a5899e3e8710342f3b7dd (diff)
downloadio-slides-remote-6ca44eaadf9787260a87be1baabcd9bc9a306afd.tar.gz
More presenter mode. Working now
Diffstat (limited to 'slide_config.js')
-rw-r--r--slide_config.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/slide_config.js b/slide_config.js
index eab9ff8..9a4a4e3 100644
--- a/slide_config.js
+++ b/slide_config.js
@@ -9,7 +9,6 @@ var SLIDE_CONFIG = {
9 usePrettify: true, // Default: true 9 usePrettify: true, // Default: true
10 enableSideAreas: true, // Default: true 10 enableSideAreas: true, // Default: true
11 enableTouch: true, // Default: true if device supports touch. 11 enableTouch: true, // Default: true if device supports touch.
12 //enableSpeakerNotes: true, // Default: false
13 analytics: 'UA-XXXXXXXX-1', 12 analytics: 'UA-XXXXXXXX-1',
14 favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', 13 favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png',
15 onLoad: null, // TODO. function to call onload 14 onLoad: null, // TODO. function to call onload
@@ -34,3 +33,10 @@ var SLIDE_CONFIG = {
34 www: 'http://www.ericbidelman.com' 33 www: 'http://www.ericbidelman.com'
35 }*/] 34 }*/]
36}; 35};
36
37// SPEAKER MODE ----------------------------------------------------------------
38// To turn on the presenter mode (popup), add the presentme=true parameter:
39// http://localhost/io-2012-slides/template.html?presentme=true
40//
41// To disable presenter mode, set presentme=false:
42// http://localhost/io-2012-slides/template.html?presentme=false