diff options
Diffstat (limited to 'slide_config.js')
-rw-r--r-- | slide_config.js | 8 |
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 | ||