From 6ca44eaadf9787260a87be1baabcd9bc9a306afd Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Wed, 18 Apr 2012 01:01:02 -0700 Subject: More presenter mode. Working now --- slide_config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'slide_config.js') 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 = { usePrettify: true, // Default: true enableSideAreas: true, // Default: true enableTouch: true, // Default: true if device supports touch. - //enableSpeakerNotes: true, // Default: false analytics: 'UA-XXXXXXXX-1', favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', onLoad: null, // TODO. function to call onload @@ -34,3 +33,10 @@ var SLIDE_CONFIG = { www: 'http://www.ericbidelman.com' }*/] }; + +// SPEAKER MODE ---------------------------------------------------------------- +// To turn on the presenter mode (popup), add the presentme=true parameter: +// http://localhost/io-2012-slides/template.html?presentme=true +// +// To disable presenter mode, set presentme=false: +// http://localhost/io-2012-slides/template.html?presentme=false -- cgit v1.2.3