diff options
author | Eric Bidelman | 2012-04-17 18:59:07 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-17 18:59:07 -0700 |
commit | 64c8d6328a9d0e4fe68a5899e3e8710342f3b7dd (patch) | |
tree | cc30183c85cbdadac0607b4c370f94e981708564 /slide_config.js | |
parent | 5a15dcab5fd3bf90915f811bc7072f6ef8c34a07 (diff) | |
download | io-slides-remote-64c8d6328a9d0e4fe68a5899e3e8710342f3b7dd.tar.gz |
Basic presenter mode working
Diffstat (limited to 'slide_config.js')
-rw-r--r-- | slide_config.js | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/slide_config.js b/slide_config.js index e8ff552..eab9ff8 100644 --- a/slide_config.js +++ b/slide_config.js | |||
@@ -4,11 +4,12 @@ var SLIDE_CONFIG = { | |||
4 | title: 'Title Goes Here<br>Up To Two Lines', | 4 | title: 'Title Goes Here<br>Up To Two Lines', |
5 | subtitle: 'Subtitle Goes Here', | 5 | subtitle: 'Subtitle Goes Here', |
6 | //theme: ['mytheme'], | 6 | //theme: ['mytheme'], |
7 | hashtag: '#html5', //TODO | 7 | //hashtag: '#html5', //TODO |
8 | useBuilds: true, | 8 | useBuilds: true, // Default: true |
9 | usePrettify: true, | 9 | usePrettify: true, // Default: true |
10 | enableSideAreas: true, | 10 | enableSideAreas: true, // Default: true |
11 | enableTouch: true, // TODO: base this on media query instead. | 11 | enableTouch: true, // Default: true if device supports touch. |
12 | //enableSpeakerNotes: true, // Default: false | ||
12 | analytics: 'UA-XXXXXXXX-1', | 13 | analytics: 'UA-XXXXXXXX-1', |
13 | favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', | 14 | favIcon: 'http://bleedinghtml5.appspot.com/images/chrome-logo-tiny2.png', |
14 | onLoad: null, // TODO. function to call onload | 15 | onLoad: null, // TODO. function to call onload |